Changeset d55ab823 in mainline for uspace/app/uidemo/uidemo.c
- Timestamp:
- 2020-11-07T16:16:01Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c772c4
- Parents:
- b71c0fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/uidemo/uidemo.c
rb71c0fc rd55ab823 36 36 #include <stdio.h> 37 37 #include <str.h> 38 #include <task.h>39 38 #include <ui/fixed.h> 40 39 #include <ui/label.h> … … 128 127 demo.window = window; 129 128 130 task_retval(0);131 132 129 ui_res = ui_window_get_res(window); 133 130
Note:
See TracChangeset
for help on using the changeset viewer.