home · contact · privacy
Moved keybindings manipulation stuff into its own library.
[plomrogue] / windows.h
index 8f06ffc38c85be20bf6681bb181ce2c72ee9291f..b5df4981e98fe13a7d9f3cc9ed2e19e44692c02b 100644 (file)
--- a/windows.h
+++ b/windows.h
@@ -30,7 +30,7 @@ struct Corners {
 
 struct  WinMeta init_win_meta (WINDOW *);
 void scroll_pad (struct WinMeta *, char);
-struct Win init_window (struct WinMeta *, char *);
+struct Win init_window (struct WinMeta *, char *, void *, void *);
 void append_window (struct WinMeta *, struct Win *);
 void suspend_window (struct WinMeta *, struct Win *);
 struct yx place_window (struct WinMeta *, struct Win *);