fix of monocle
authorAnselm R Garbe <garbeam@gmail.com>
Sun, 22 Jun 2008 09:33:49 +0100
changeset 1299 5b1f0448d56d
parent 1298 65d0b21b5e05
child 1300 f07372537698
fix of monocle
dwm.c
--- a/dwm.c	Sun Jun 22 09:29:35 2008 +0100
+++ b/dwm.c	Sun Jun 22 09:33:49 2008 +0100
@@ -962,7 +962,7 @@
 	Client *c;
 
 	for(c = nexttiled(clients); c; c = nexttiled(c->next))
-		resize(c, wx, wy, ww, wh, resizehints);
+		resize(c, wx, wy, ww - 2 * c->bw, wh - 2 * c->bw, resizehints);
 }
 
 void