]> git.sur5r.net Git - i3/i3/commitdiff
Upon ConfigureRequests, send a generated ConfigureNotify (Thanks fernandotcl)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 28 Nov 2010 12:19:49 +0000 (13:19 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 28 Nov 2010 12:19:49 +0000 (13:19 +0100)
This fixes problems with GVim in stacking mode for example.

src/handlers.c

index 0fc6b8a5353a6ce4396b846e32a28d498bea06c4..1f86de0eac7a2863871e76c74d658d075ddb9ad6 100644 (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 */