Changes in uspace/app/vdemo/vdemo.c [3e6a98c5:6d5e378] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vdemo/vdemo.c
r3e6a98c5 r6d5e378 33 33 */ 34 34 35 #include < stdbool.h>35 #include <bool.h> 36 36 #include <stdio.h> 37 37 #include <malloc.h> … … 110 110 { 111 111 if (argc >= 2) { 112 window_t *main_window = window_open(argv[1], true, true, "vdemo" , 0, 0);112 window_t *main_window = window_open(argv[1], true, true, "vdemo"); 113 113 if (!main_window) { 114 114 printf("Cannot open main window.\n");
Note:
See TracChangeset
for help on using the changeset viewer.