X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=windows.h;h=df6973146305b4a7f586517b720e7ebbac0706e6;hb=a2bafe4a71fbf31baa32b00581b2a744e96753af;hp=904cc9f13a2981618551045ea060e38acbbd1911;hpb=cff3e45e2913b44b88bb75ed10a4931a224a943e;p=plomrogue diff --git a/windows.h b/windows.h index 904cc9f..df69731 100644 --- a/windows.h +++ b/windows.h @@ -29,7 +29,6 @@ struct Corners { struct yx br; }; struct WinMeta init_win_meta (WINDOW *); -void scroll_pad (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 *); @@ -39,7 +38,9 @@ void destroy_window (struct Win *); void draw_windows (struct Win *); void draw_windows_borders (struct Win *, struct Win *, struct Corners *, uint16_t); void draw_window_borders (struct Win *, char); +void draw_vertical_scroll_hint (struct WinMeta *, uint16_t, uint32_t, char); void draw_all_windows (struct WinMeta *); void resize_active_window (struct WinMeta *, uint16_t, uint16_t); void cycle_active_window (struct WinMeta *, char); void shift_active_window (struct WinMeta *, char); +void reset_pad_offset (struct WinMeta *, uint16_t);