small performance tweak ;)

This commit is contained in:
arg@10ksloc.org 2006-08-04 18:34:40 +02:00
parent 6a39a496d0
commit b098c94ed4
1 changed files with 4 additions and 2 deletions

View File

@ -189,8 +189,10 @@ configurerequest(XEvent *e)
XSendEvent(dpy, c->win, True, NoEventMask, &synev);
}
XSync(dpy, False);
arrange(NULL);
drawall();
if(c->isfloat)
resize(c, False, TopLeft);
else
arrange(NULL);
}
else {
wc.x = ev->x;