From 1f8266aaeb458bd76809a22cdba75ba5b8c67cc6 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date: Tue, 12 Aug 2003 11:14:46 +0000
Subject: [PATCH] Send configure notify after resizing

(Old svn revision: 11282)
---
 src/client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client.c b/src/client.c
index 3b73b5e03..799a069c2 100644
--- a/src/client.c
+++ b/src/client.c
@@ -5455,7 +5455,7 @@ clientResize (Client * c, int corner, XEvent * e)
     wc.y = c->y;
     wc.width = c->width;
     wc.height = c->height;
-    clientConfigure (c, &wc, CWX | CWY | CWHeight | CWWidth, CFG_NONE);
+    clientConfigure (c, &wc, CWX | CWY | CWHeight | CWWidth, CFG_NOTIFY);
 
     if (passdata.grab && params.box_resize)
     {
-- 
GitLab