Changeset 1769693 in mainline for uspace/app/uidemo/uidemo.h
- Timestamp:
- 2020-10-19T20:17:11Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba09d06
- Parents:
- de9992c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/uidemo/uidemo.h
rde9992c r1769693 37 37 #define UIDEMO_H 38 38 39 #include <display.h> 40 #include <ui/pbutton.h> 41 #include <ui/wdecor.h> 42 39 43 /** User interface demo */ 40 44 typedef struct { 45 display_window_t *dwindow; 46 ui_wdecor_t *wdecor; 41 47 ui_pbutton_t *pb1; 42 48 ui_pbutton_t *pb2;
Note:
See TracChangeset
for help on using the changeset viewer.