Upon ConfigureRequests, send a generated ConfigureNotify (Thanks fernandotcl)

This fixes problems with GVim in stacking mode for example.
next
Michael Stapelberg 2010-11-28 13:19:49 +01:00
parent fd79a3dd5b
commit 02b786509b
1 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,8 @@ int handle_configure_request(void *prophs, xcb_connection_t *conn, xcb_configure
tree_render();
}
fake_absolute_configure_notify(con);
return 1;
#if 0
/* Dock clients can be reconfigured in their height */