From 344d3d072b3d3a0ca4fa47359d82ac35666f92fa Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Wed, 19 Sep 2012 20:33:28 +0300 Subject: no need for static var initialization --- monsterwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monsterwm.c') diff --git a/monsterwm.c b/monsterwm.c index 26dd19a..c22ba9a 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -173,8 +173,8 @@ static int xerrorstart(Display *dis, XErrorEvent *ee); * currdeskidx - which desktop is currently active */ static Bool running = True; -static int wh, ww, currdeskidx = 0; -static unsigned int numlockmask = 0, win_unfocus, win_focus; +static int wh, ww, currdeskidx; +static unsigned int numlockmask, win_unfocus, win_focus; static Display *dis; static Window root; static Atom wmatoms[WM_COUNT], netatoms[NET_COUNT]; -- cgit v1.3.1