applied sanders jukka patch

This commit is contained in:
arg@mmvi
2006-09-25 20:38:30 +02:00
parent 6b25d06d7d
commit 7d7cde0fd6
3 changed files with 5 additions and 11 deletions

View File

@ -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;