diff --git a/src/ewmh.c b/src/ewmh.c index b483a45..d1664de 100644 --- a/src/ewmh.c +++ b/src/ewmh.c @@ -220,7 +220,7 @@ ewmh_manage_state(long data[], struct client *c) (unsigned char*)0, 0); XReparentWindow(W->dpy, c->win, c->frame, c->wgeo.x, c->wgeo.y); - layout_client(c); + layout_fix_hole(c); } } }