Changeset 7cc30e9 in mainline for uspace/app/gfxdemo/gfxdemo.c
- Timestamp:
- 2022-10-24T17:50:46Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 913add60
- Parents:
- 7a05d924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/gfxdemo/gfxdemo.c
r7a05d924 r7cc30e9 1069 1069 params.rect.p1.x = 400; 1070 1070 params.rect.p1.y = 300; 1071 params.caption = "GFX Demo"; 1071 1072 1072 1073 rc = display_window_create(display, ¶ms, &wnd_cb, NULL, &window);
Note:
See TracChangeset
for help on using the changeset viewer.