From 2b9ca04290591fe0ae82a94450a0b2f2c91b900b Mon Sep 17 00:00:00 2001 From: Georg Reinke Date: Thu, 26 Jul 2012 11:52:32 +0200 Subject: [PATCH] Minor coding style fixes --- bar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bar.c b/bar.c index 5b5bf11..152db52 100644 --- a/bar.c +++ b/bar.c @@ -43,7 +43,7 @@ static xcb_gcontext_t draw_gc; static xcb_gcontext_t clear_gc; static xcb_gcontext_t underl_gc; static int bar_width; -static bool bar_bottom; +static int bar_bottom; static fontset_item_t fontset[FONT_MAX]; static fontset_item_t *sel_font = &fontset[FONT_MAIN]; @@ -398,6 +398,7 @@ main (int argc, char **argv) xcb_expose_event_t *expose_ev; int permanent = 0; + bar_bottom = 0; char ch; while ((ch = getopt (argc, argv, "phb")) != -1) {