applied sanders jukka patch
This commit is contained in:
parent
6b25d06d7d
commit
7d7cde0fd6
3 changed files with 5 additions and 11 deletions
6
event.c
6
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue