- commit
- 180bede699d2c8d14f6021edde0426ca268729d1
- parent
- 91b8d679b9d691d3642a01f7e79b10efe19b5c44
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-10-13 09:30
rm unnecessary configure
Diffstat
| M | xiwm.c | 1 | - |
1 files changed, 0 insertions, 1 deletions
diff --git a/xiwm.c b/xiwm.c
@@ -285,7 +285,6 @@ resize(Client *c, int x, int y, int w, int h, int bw) 285 285 } 286 286 wc.border_width = bw; 287 287 XConfigureWindow(dpy, c->win, CWX|CWY|CWWidth|CWHeight|CWBorderWidth, &wc);288 -1 configure(c);289 288 XSync(dpy, False); 290 289 } 291 290