Fix hole in layout when removing fullscreen state

This commit is contained in:
Martin Duquesnoy 2012-02-15 19:24:52 +01:00
parent 1ccf09a28a
commit 7dd2bcaec9

View File

@ -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);
}
}
}