From 02b786509b1871fb978c7d535a2f7d4197452672 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 28 Nov 2010 13:19:49 +0100 Subject: [PATCH] Upon ConfigureRequests, send a generated ConfigureNotify (Thanks fernandotcl) This fixes problems with GVim in stacking mode for example. --- src/handlers.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5