diff options
Diffstat (limited to 'userspace/xterm/rect.c')
| -rw-r--r-- | userspace/xterm/rect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/xterm/rect.c b/userspace/xterm/rect.c index 57cea62..88638cd 100644 --- a/userspace/xterm/rect.c +++ b/userspace/xterm/rect.c @@ -7,7 +7,7 @@ extern char**environ; int main(int argc, char **argv) { // we need a window - _gui_win(0|0,300<<16|300,0); + _gui_win(0xffffffff,300<<16|300,0); uint8_t *fb=malloc(4*300*300); // basically loads font and sets a few constants |
