summaryrefslogtreecommitdiff
path: root/userspace/xterm/rect.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-19 13:30:01 +0200
committerMiguel <m.i@gmx.at>2018-10-19 13:30:01 +0200
commitc9c26727a11c37f61bc51662c3ca498737ce523f (patch)
tree0032f002df36292e1b07c6add5c73a0b050a76c3 /userspace/xterm/rect.c
parent45ce8728224caa44d31dca3117992b193fa3cd98 (diff)
compositor stuff
Diffstat (limited to 'userspace/xterm/rect.c')
-rw-r--r--userspace/xterm/rect.c2
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