another merge
authorAnselm R Garbe <garbeam@gmail.com>
Sun, 22 Jun 2008 09:29:35 +0100
changeset 1298 65d0b21b5e05
parent 1297 20481c9d647c (diff)
parent 1296 739b1baaa853 (current diff)
child 1299 5b1f0448d56d
another merge
dwm.c
--- a/dwm.c	Sat Jun 21 13:49:43 2008 +0100
+++ b/dwm.c	Sun Jun 22 09:29:35 2008 +0100
@@ -929,7 +929,7 @@
 		XRaiseWindow(dpy, c->win);
 	attach(c);
 	attachstack(c);
-	XMoveResizeWindow(dpy, c->win, c->x, c->y, c->w, c->h); /* some windows require this */
+	XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* some windows require this */
 	XMapWindow(dpy, c->win);
 	setclientstate(c, NormalState);
 	arrange();