twhoops - missing } - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 88cbb82295cb82a6bd92bae221542896451fbd15 | |
parent cc3c704cf3ab96a8f1e77bb77d85a7758e92d868 | |
Author: rsc | |
Date: Mon, 5 Apr 2004 22:01:23 +0000 whoops - missing } Diffstat: M src/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 | |
t@@ -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; |