I think this fixes the Gaim issue

This commit is contained in:
Anselm R. Garbe 2006-05-16 17:43:19 +02:00
parent 663d0a08be
commit c5f6588b99
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}