devdraw, rio: more full-screen nonsense

This commit is contained in:
Russ Cox 2008-01-30 13:26:00 -05:00
parent c155dcfeb7
commit 0f897f99ef
4 changed files with 17 additions and 107 deletions

View file

@ -523,7 +523,6 @@ cleanup(void)
for(i = 0; i < 2; i++){
for(c = cc[i]; c; c = c->next){
if(!withdrawn(c)){
gravitate(c, 1);
XReparentWindow(dpy, c->window, c->screen->root,
c->x, c->y);
}