X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=windows.h;h=b5df4981e98fe13a7d9f3cc9ed2e19e44692c02b;hb=122747fbbdc061942de2fc2bca901a44a6b4ab61;hp=c802e055c056f61b51f40354f6e82b30e36f534e;hpb=8e65812566e9109f3d672ddfb4c4a30f042f917f;p=plomrogue diff --git a/windows.h b/windows.h index c802e05..b5df498 100644 --- 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 *); @@ -42,4 +42,4 @@ void draw_window_borders (struct Win *, char); void draw_all_windows (struct WinMeta *); void resize_active_window (struct WinMeta *, int, int); void cycle_active_window (struct WinMeta *, char); -void shift_window (struct WinMeta *, char); +void shift_active_window (struct WinMeta *, char);