X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=ui.c;h=cd168621e17ea94bdae05312d7994cfb52c61627;hb=74c70830382fe029989fcb2523f7ab07d177f5d1;hp=ad781e5b210caab637c4023f9a28376b14bc2266;hpb=ceba9214d8bebe32d0c34c7a82916bcb9d798d69;p=pkg%2Fabook.git diff --git a/ui.c b/ui.c index ad781e5..cd16862 100644 --- a/ui.c +++ b/ui.c @@ -50,10 +50,10 @@ extern int alternative_datafile; * internal variables */ -int ui_initialized = FALSE; +bool ui_initialized = FALSE; -int should_resize = FALSE; -int can_resize = FALSE; +bool should_resize = FALSE; +bool can_resize = FALSE; WINDOW *top = NULL, *bottom = NULL;