Changeset 10cb47e in mainline for uspace/app/fontviewer/fontviewer.c
- Timestamp:
- 2016-08-31T15:43:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- bdfdc51c
- Parents:
- 58563585
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/fontviewer/fontviewer.c
r58563585 r10cb47e 260 260 } 261 261 262 main_window = window_open(argv[1], WINDOW_MAIN, "fontviewer");262 main_window = window_open(argv[1], NULL, 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), 284 canvas = create_canvas(window_root(main_window), NULL, 285 285 WINDOW_WIDTH, WINDOW_HEIGHT, surface); 286 286 if (canvas == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.