last fix did not work as expected
This commit is contained in:
parent
81afe81b4e
commit
7fe4468254
8
event.c
8
event.c
|
@ -160,13 +160,7 @@ handle_event_configurerequest(XEvent * e)
|
||||||
{
|
{
|
||||||
old_screen = c->screen;
|
old_screen = c->screen;
|
||||||
|
|
||||||
/* if not resized, send event anyway */
|
client_resize(c, geometry, False);
|
||||||
if(!client_resize(c, geometry, False))
|
|
||||||
{
|
|
||||||
window_configure(c->win, geometry, c->border);
|
|
||||||
XMoveResizeWindow(e->xany.display, c->win,
|
|
||||||
geometry.x, geometry.y, geometry.width, geometry.height);
|
|
||||||
}
|
|
||||||
|
|
||||||
tag_client_with_rules(c);
|
tag_client_with_rules(c);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue