Fix hole in layout when removing fullscreen state
This commit is contained in:
@@ -220,7 +220,7 @@ ewmh_manage_state(long data[], struct client *c)
|
|||||||
(unsigned char*)0, 0);
|
(unsigned char*)0, 0);
|
||||||
XReparentWindow(W->dpy, c->win, c->frame, c->wgeo.x, c->wgeo.y);
|
XReparentWindow(W->dpy, c->win, c->frame, c->wgeo.x, c->wgeo.y);
|
||||||
|
|
||||||
layout_client(c);
|
layout_fix_hole(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user