dwm.c
changeset 1133 08868aaeee8b
parent 1132 a1c28da5bc91
child 1134 60781abf8aa7
--- a/dwm.c	Tue Mar 11 21:52:10 2008 +0000
+++ b/dwm.c	Wed Mar 12 15:34:36 2008 +0000
@@ -1491,8 +1491,6 @@
 	wa.background_pixmap = ParentRelative;
 	wa.event_mask = ButtonPressMask|ExposureMask;
 
-
-
 	barwin = XCreateWindow(dpy, root, bx, by, bw, bh, 0, DefaultDepth(dpy, screen),
 				CopyFromParent, DefaultVisual(dpy, screen),
 				CWOverrideRedirect|CWBackPixmap|CWEventMask, &wa);