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 @@ -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); }
