X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.c;h=c8721565ae86502319be0ed2e6257454b876f841;hp=29089244c0439cfab0f779b217f672a3e24353c9;hb=32e646780461f96682d1191d31e08e4602ab125e;hpb=54cf5827521ddf1d4be9bed2da196ca58e773e4e diff --git a/gui.c b/gui.c index 29089244..c8721565 100644 --- a/gui.c +++ b/gui.c @@ -21,6 +21,7 @@ #include "list.h" #include "sched.h" #include "signal.h" +#include "version.h" /** define the array of error lists needed by para_gui */ INIT_GUI_ERRLISTS; @@ -32,10 +33,10 @@ static int signal_pipe; static struct win_data { WINDOW *win; - NCURSES_SIZE_T begx; - NCURSES_SIZE_T begy; - NCURSES_SIZE_T cols; - NCURSES_SIZE_T lines; + size_t begx; + size_t begy; + size_t cols; + size_t lines; } top, bot, sb, in, sep; #define RINGBUFFER_SIZE 512