Changes in uspace/app/fontviewer/fontviewer.c [10cb47e:2c7fdaa] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/fontviewer/fontviewer.c
r10cb47e r2c7fdaa 260 260 } 261 261 262 main_window = window_open(argv[1], NULL,WINDOW_MAIN, "fontviewer");262 main_window = window_open(argv[1], WINDOW_MAIN, "fontviewer"); 263 263 if (!main_window) { 264 264 printf("Cannot open main window.\n"); … … 282 282 } 283 283 284 canvas = create_canvas(window_root(main_window), NULL,284 canvas = create_canvas(window_root(main_window), 285 285 WINDOW_WIDTH, WINDOW_HEIGHT, surface); 286 286 if (canvas == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.