- commit
- 2fd324976a1dc670bce2453aaf3fca029b5b4a30
- parent
- 6131ae67648b7045a28257b87defd230f8a28747
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-10-18 06:00
rm redundant resize
Diffstat
| M | xiwm.c | 1 | - |
1 files changed, 0 insertions, 1 deletions
diff --git a/xiwm.c b/xiwm.c
@@ -502,7 +502,6 @@ manage(Window w, XWindowAttributes *wa) 502 502 attach(c); 503 503 XChangeProperty(dpy, root, netatom[NetClientList], XA_WINDOW, 32, 504 504 PropModeAppend, (unsigned char *) &(c->win), 1);505 -1 XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* some windows require this */506 505 xsetclientstate(c, NormalState); 507 506 XMapWindow(dpy, c->win); 508 507 focus(NULL);