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/form?a=blobdiff_plain;f=windows.h;h=df6973146305b4a7f586517b720e7ebbac0706e6;hb=a2bafe4a71fbf31baa32b00581b2a744e96753af;hp=522f26f37b882dd0eba3049327768930287e89ac;hpb=154ade9490933893ea32781e9571a6817fec7a1c;p=plomrogue diff --git a/windows.h b/windows.h index 522f26f..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 *); @@ -44,3 +43,4 @@ 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);