[hackers] [dwm][PATCH 1/2] Calling configure in resizeclient is not needed

From: Shironeko <shironeko_AT_tesaguri.club>
Date: Sun, 19 Sep 2021 22:33:44 -0400

XConfigureWindow already sends the right event
---
 dwm.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/dwm.c b/dwm.c
index 5e4d494..d56e566 100644
--- a/dwm.c
+++ b/dwm.c
_AT_@ -1284,7 +1284,6 @@ resizeclient(Client *c, int x, int y, int w, int
h)
        c->oldh = c->h; c->h = wc.height = h;
        wc.border_width = c->bw;
        XConfigureWindow(dpy, c->win,
CWX|CWY|CWWidth|CWHeight|CWBorderWidth, &wc);
-       configure(c);
        XSync(dpy, False);
 }
 
Received on Mon Sep 20 2021 - 04:33:44 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 20 2021 - 04:48:29 CEST