plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 88cbb82295cb82a6bd92bae221542896451fbd15
parent cc3c704cf3ab96a8f1e77bb77d85a7758e92d868
Author: rsc <devnull@localhost>
Date:   Mon,  5 Apr 2004 22:01:23 +0000

whoops - missing }

Diffstat:
Msrc/cmd/rio/manage.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cmd/rio/manage.c b/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;