JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed
authorAnselm R. Garbe <arg@10kloc.org>
Tue, 29 Aug 2006 15:33:27 +0000 (17:33 +0200)
committerAnselm R. Garbe <arg@10kloc.org>
Tue, 29 Aug 2006 15:33:27 +0000 (17:33 +0200)
event.c

diff --git a/event.c b/event.c
index 0f74478..a1d2d9c 100644 (file)
--- a/event.c
+++ b/event.c
@@ -196,7 +196,9 @@ configurerequest(XEvent *e)
                        XSendEvent(dpy, c->win, True, NoEventMask, &synev);
                }
                XSync(dpy, False);
-               if(c->isfloat || c->ismax) {
+               if(c->isfloat)
+                       resize(c, False, TopLeft);
+               else if(c->ismax) {
                        resize(c, False, TopLeft);
                        c->x = ox;
                        c->y = oy;