From: Michael Stapelberg Date: Sun, 28 Nov 2010 12:19:49 +0000 (+0100) Subject: Upon ConfigureRequests, send a generated ConfigureNotify (Thanks fernandotcl) X-Git-Tag: tree-pr1~41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=02b786509b1871fb978c7d535a2f7d4197452672;p=i3%2Fi3 Upon ConfigureRequests, send a generated ConfigureNotify (Thanks fernandotcl) This fixes problems with GVim in stacking mode for example. --- diff --git a/src/handlers.c b/src/handlers.c index 0fc6b8a5..1f86de0e 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -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 */