diff options
Diffstat (limited to 'apps/test.c')
-rw-r--r-- | apps/test.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/test.c b/apps/test.c index 3bbe824..ee5792d 100644 --- a/apps/test.c +++ b/apps/test.c @@ -7,12 +7,12 @@ int main() print("[test loaded]\n"); /* struct window *win = gui_new_window(); */ - msg_send(1, MSG_NEW_WINDOW, NULL); - struct message *msg = msg_receive_loop(); - struct window *win = (struct window *)msg->data; + /* msg_send(1, MSG_NEW_WINDOW, NULL); */ + /* struct message *msg = msg_receive_loop(); */ + /* struct window *win = (struct window *)msg->data; */ - const u32 color[3] = { 0xff, 0, 0 }; - gui_fill(win, color); + /* const u32 color[3] = { 0xff, 0, 0 }; */ + /* gui_fill(win, color); */ while (1) { }; |