Changeset 08499f0 in mainline for uspace/app/uidemo/uidemo.h
- Timestamp:
- 2026-05-16T22:12:20Z (16 hours ago)
- Branches:
- master
- Parents:
- 9389aaa
- File:
-
- 1 edited
-
uspace/app/uidemo/uidemo.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/uidemo/uidemo.h
r9389aaa r08499f0 38 38 39 39 #include <display.h> 40 #include <fibril_synch.h> 40 41 #include <ui/checkbox.h> 41 42 #include <ui/entry.h> … … 87 88 ui_list_t *list; 88 89 ui_progress_t *progress; 90 unsigned progress_value; 91 fibril_timer_t *timer; 89 92 } ui_demo_t; 90 93
Note:
See TracChangeset
for help on using the changeset viewer.
