tstart with white instead of black - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7ba8aa0c7083415ad69c2f8e591425f3c6ebf952
(DIR) parent 72efb66636f15a37d8755ff47c84255298f0f280
(HTM) Author: rsc <devnull@localhost>
Date: Sun, 24 Jul 2005 14:01:15 +0000
start with white instead of black
Diffstat:
M src/libdraw/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/libdraw/init.c b/src/libdraw/init.c
t@@ -86,7 +86,7 @@ initdraw(void (*error)(Display*, char*), char *fontname, char *label)
_screen = allocscreen(display->image, display->white, 0);
screen = _allocwindow(nil, _screen, display->image->r, Refnone, DWhite);
display->screenimage = screen;
- draw(screen, screen->r, display->black, nil, ZP);
+ draw(screen, screen->r, display->white, nil, ZP);
flushimage(display, 1);
atexit(drawshutdown);