small performance tweak ;)
This commit is contained in:
parent
6a39a496d0
commit
b098c94ed4
1 changed files with 4 additions and 2 deletions
6
event.c
6
event.c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue