summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-16 18:56:27 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-16 18:56:27 +0100
commit938ab65e2f650ccfbe44af954367bfe46295388e (patch)
tree3f96d10e05c029c7e3690d9b5dfc3a1a5e33c22d /dwm.c
parentd72a512a6ec77306618ffcec52953e5034534a34 (diff)
remove patches folder
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index 1f30a6b..bfad20c 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1267,6 +1267,7 @@ resizeclient(Client *c, int x, int y, int w, int h)
c->h = wc.height += c->bw * 2;
wc.border_width = 0;
}
+
XConfigureWindow(dpy, c->win, CWX|CWY|CWWidth|CWHeight|CWBorderWidth, &wc);
configure(c);
XSync(dpy, False);