mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
start with white instead of black
This commit is contained in:
parent
72efb66636
commit
7ba8aa0c70
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue