diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-16 18:56:27 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-16 18:56:27 +0100 |
| commit | 938ab65e2f650ccfbe44af954367bfe46295388e (patch) | |
| tree | 3f96d10e05c029c7e3690d9b5dfc3a1a5e33c22d /dwm.c | |
| parent | d72a512a6ec77306618ffcec52953e5034534a34 (diff) | |
remove patches folder
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
