X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=ui.c;h=27aa91f12f35edc1cc828c92188b1a83446d312b;hb=392a8ae6d501ab5c20b8bb8176cac4aa9dbf99f3;hp=3098b553435a4dd7ab1e14001b763a152080d1fb;hpb=ca01329debd13aa91da61e90e6ad72db4ee8613a;p=pkg%2Fabook.git diff --git a/ui.c b/ui.c index 3098b55..27aa91f 100644 --- a/ui.c +++ b/ui.c @@ -51,12 +51,12 @@ extern bool alternative_datafile; * internal variables */ -bool ui_initialized = FALSE; +static bool ui_initialized = FALSE; -bool should_resize = FALSE; -bool can_resize = FALSE; +static bool should_resize = FALSE; +static bool can_resize = FALSE; -WINDOW *top = NULL, *bottom = NULL; +static WINDOW *top = NULL, *bottom = NULL; static void