Upon ConfigureRequests, send a generated ConfigureNotify (Thanks fernandotcl)
This fixes problems with GVim in stacking mode for example.
This commit is contained in:
parent
fd79a3dd5b
commit
02b786509b
|
@ -394,6 +394,8 @@ int handle_configure_request(void *prophs, xcb_connection_t *conn, xcb_configure
|
||||||
tree_render();
|
tree_render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fake_absolute_configure_notify(con);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
#if 0
|
#if 0
|
||||||
/* Dock clients can be reconfigured in their height */
|
/* Dock clients can be reconfigured in their height */
|
||||||
|
|
Loading…
Reference in New Issue