mirror of https://github.com/0intro/wmii
I think this fixes the Gaim issue
This commit is contained in:
parent
663d0a08be
commit
c5f6588b99
|
@ -168,7 +168,7 @@ handle_configurerequest(XEvent *e)
|
|||
wc.sibling = None;
|
||||
wc.stack_mode = ev->detail;
|
||||
if(f->area->view != view.data[sel])
|
||||
f->rect.x += 2 * rect.width;
|
||||
wc.x += 2 * rect.width;
|
||||
XConfigureWindow(dpy, c->framewin, ev->value_mask, &wc);
|
||||
configure_client(c);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue