From 44bc4645b6ba937e9eea5c16544125379b609c83 Mon Sep 17 00:00:00 2001 From: gotmor Date: Thu, 23 Apr 2009 15:21:36 +0000 Subject: removed some unnecessary intilizations corrected space/tab mixup git-svn-id: http://dzen.googlecode.com/svn/trunk@265 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 784ae5f..141b954 100644 --- a/main.c +++ b/main.c @@ -293,8 +293,8 @@ queryscreeninfo(Display *dpy, XRectangle *rect, int screen) { static void set_docking_ewmh_info(Display *dpy, Window w, int dock) { - unsigned long strut[12] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; - unsigned long strut_s[4] = { 0, 0, 0, 0 }; + unsigned long strut[12] = { 0 }; + unsigned long strut_s[4] = { 0 }; XWindowAttributes wa; Atom type; unsigned int desktop; @@ -1040,7 +1040,7 @@ main(int argc, char *argv[]) { eprint("usage: dzen2 [-v] [-p [seconds]] [-m [v|h]] [-ta ] [-sa ]\n" " [-x ] [-y ] [-w ] [-h ] [-tw ] [-u]\n" " [-e ] [-l ] [-fn ] [-bg ] [-fg ]\n" - " [-geometry ] [-expand ] [-dock]\n" + " [-geometry ] [-expand ] [-dock]\n" " [-title-name ] [-slave-name ]\n" #ifdef DZEN_XINERAMA " [-xs ]\n" -- cgit v1.2.3-54-g00ecf