X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fwindows.h;h=7714c6cfa29050390dd4953f29fe9f6bbf0d575a;hb=8661a8acfacc7cdd2935732fe5ead7d279a200b0;hp=e52f93bc612f422817ee33a84354ca3ffba979f8;hpb=4f8360fb6aad70ba208ca60f0d9c94590b222530;p=plomrogue diff --git a/src/windows.h b/src/windows.h index e52f93b..7714c6c 100644 --- a/src/windows.h +++ b/src/windows.h @@ -1,7 +1,8 @@ #ifndef WINDOWS_H #define WINDOWS_H -#include "ncurses.h" +#include +#include #include "yx_uint16.h" struct Frame { @@ -31,7 +32,7 @@ extern void append_win (struct WinMeta *, struct Win *); extern void suspend_win (struct WinMeta *, struct Win *); extern void draw_scroll_hint (struct Frame *, uint16_t, uint32_t, char); extern void draw_all_wins (struct WinMeta *); -extern void resize_active_win (struct WinMeta *, uint16_t, uint16_t); +extern void resize_active_win (struct WinMeta *, struct yx_uint16); extern void cycle_active_win (struct WinMeta *, char); extern void shift_active_win (struct WinMeta *, char); extern void reset_pad_offset (struct WinMeta *, uint16_t);