fixed
This commit is contained in:
parent
aa1bda8164
commit
6828fba7a0
1 changed files with 3 additions and 1 deletions
4
event.c
4
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;
|
||||
|
|
Loading…
Reference in a new issue