commit 88cbb82295cb82a6bd92bae221542896451fbd15 from: rsc date: Mon Apr 05 22:01:23 2004 UTC whoops - missing } commit - cc3c704cf3ab96a8f1e77bb77d85a7758e92d868 commit + 88cbb82295cb82a6bd92bae221542896451fbd15 blob - 8ab5b5b95ffa0c11e7b182c71b596d80f4fc9506 blob + d1211f80f4d55c463aacdad5b2e40e0d0cf3e773 --- src/cmd/rio/manage.c +++ src/cmd/rio/manage.c @@ -121,9 +121,10 @@ manage(Client *c, int mapped) cmapfocus(current); return 0; } - else + } else gravitate(c, 0); + attrs.border_pixel = c->screen->black; attrs.background_pixel = c->screen->white; attrs.colormap = c->screen->def_cmap;