Changeset d8ddf7a in mainline for uspace/app/uidemo/uidemo.h
- Timestamp:
- 2020-11-22T17:52:37Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d879f7
- Parents:
- 4f64b7b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/uidemo/uidemo.h
r4f64b7b8 rd8ddf7a 38 38 39 39 #include <display.h> 40 #include <ui/entry.h> 40 41 #include <ui/fixed.h> 41 42 #include <ui/label.h> … … 49 50 ui_window_t *window; 50 51 ui_fixed_t *fixed; 52 ui_entry_t *entry; 53 ui_image_t *image; 51 54 ui_label_t *label; 52 55 ui_pbutton_t *pb1;
Note:
See TracChangeset
for help on using the changeset viewer.