Changeset 8009dc27 in mainline for uspace/app/uidemo/uidemo.h
- Timestamp:
- 2020-10-31T01:03:26Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4df6607
- Parents:
- f03d1308
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/uidemo/uidemo.h
rf03d1308 r8009dc27 38 38 39 39 #include <display.h> 40 #include <ui/fixed.h> 40 41 #include <ui/label.h> 41 42 #include <ui/pbutton.h> … … 47 48 ui_t *ui; 48 49 ui_window_t *window; 50 ui_fixed_t *fixed; 49 51 ui_label_t *label; 50 52 ui_pbutton_t *pb1;
Note:
See TracChangeset
for help on using the changeset viewer.