]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui.c
gui: Replace NCURSES_SIZE_T by ordinary size_t.
[paraslash.git] / gui.c
diff --git a/gui.c b/gui.c
index 38addd9815cc5bf2775c80278679a1e9c64e872e..3c1889ca51ae44fa89fdea7999aad0dcd31dcb33 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -33,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