aboutsummaryrefslogtreecommitdiff
path: root/apps/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/test.c')
-rw-r--r--apps/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/test.c b/apps/test.c
index c542ca1..3077c04 100644
--- a/apps/test.c
+++ b/apps/test.c
@@ -11,7 +11,7 @@ int main()
{
print("[test loaded]\n");
- struct window *win = gui_new_window();
+ struct window *win = gui_new_window(0);
gui_fill(win, BG_COLOR);
gui_border(win, FG_COLOR, 2);