X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=ui.c;h=27aa91f12f35edc1cc828c92188b1a83446d312b;hb=3a11d9375ffcc845b06b44dd90967d7746d099d5;hp=3098b553435a4dd7ab1e14001b763a152080d1fb;hpb=a4028acb18fd04cbf03ddbd976115aeb04ddd867;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