Changeset e0e612b in mainline for uspace/app/taskbar/types/taskbar.h
- Timestamp:
- 2022-10-07T08:38:50Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0761448
- Parents:
- c77cfd8
- git-author:
- Jiri Svoboda <jiri@…> (2022-10-06 18:38:37)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-10-07 08:38:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/types/taskbar.h
rc77cfd8 re0e612b 42 42 #include <ui/window.h> 43 43 #include "clock.h" 44 #include "wndlist.h" 44 45 45 46 /** Task bar */ 46 typedef struct {47 typedef struct taskbar { 47 48 /** User interface */ 48 49 ui_t *ui; … … 52 53 ui_fixed_t *fixed; 53 54 ui_label_t *label; 55 /** Window list */ 56 wndlist_t *wndlist; 54 57 /** Clock */ 55 58 taskbar_clock_t *clock;
Note:
See TracChangeset
for help on using the changeset viewer.