send window_configure on configrequest for floating

This commit is contained in:
Julien Danjou 2008-01-05 20:23:30 +01:00
parent 9f1f37af20
commit 4d756f84c3
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@ handle_event_configurerequest(XEvent * e)
tag_client_with_rules(c);
XMoveResizeWindow(e->xany.display, c->win, c->f_geometry.x, c->f_geometry.y,
c->f_geometry.width, c->f_geometry.height);
window_configure(c->win, c->f_geometry.x, c->f_geometry.y,
c->f_geometry.width, c->f_geometry.height, c->border);
arrange(c->screen);
}
else