diff options
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); |
