diff options
Diffstat (limited to 'event.c')
-rw-r--r-- | event.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/event.c b/event.c index 83301bc..df0a5ef 100644 --- a/event.c +++ b/event.c @@ -190,11 +190,7 @@ configurerequest(XEvent *e) { XWindowChanges wc; if((c = getclient(ev->window))) { - if((c == sel) && !c->isfloat && (arrange != dofloat)) { - synconfig(c, sx, sy + bh, sw - 2, sh - 2 - bh, ev->border_width); - XSync(dpy, False); - return; - } + c->ismax = False; gravitate(c, True); if(ev->value_mask & CWX) c->x = ev->x; |