author | Anselm R Garbe <garbeam@gmail.com> |
Fri, 30 May 2008 23:03:03 +0100 | |
changeset 1246 | 8e0e5e128a06 |
parent 1245 | 2488c46e002c |
child 1247 | 47393d61a695 |
--- a/dwm.c Thu May 29 18:42:53 2008 +0100 +++ b/dwm.c Fri May 30 23:03:03 2008 +0100 @@ -267,7 +267,7 @@ XMoveResizeWindow(dpy, c->win, wx, wy, ww - 2 * c->bw, wh - 2 * c->bw); c->ismoved = True; } - else if(!lt->arrange || ismax || c->isfloating) + else if(!lt->arrange || c->isfloating) resize(c, c->x, c->y, c->w, c->h, True); c->isbanned = False; }