]> git.deb.at Git - pkg/abook.git/blobdiff - ui.c
some int -> bool changes
[pkg/abook.git] / ui.c
diff --git a/ui.c b/ui.c
index ad781e5b210caab637c4023f9a28376b14bc2266..cd168621e17ea94bdae05312d7994cfb52c61627 100644 (file)
--- 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;