Changeset bb65ccb3 in mainline for uspace/app/taskbar/types/taskbar.h
- Timestamp:
- 2023-04-14T13:05:15Z (21 months ago)
- Children:
- 00ef082
- Parents:
- 4bfb5a0
- git-author:
- SimonJRiddix <69309548+simonjriddix@…> (2023-04-14 13:05:15)
- git-committer:
- GitHub <noreply@…> (2023-04-14 13:05:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/types/taskbar.h
r4bfb5a0 rbb65ccb3 39 39 #include <types/common.h> 40 40 #include <ui/fixed.h> 41 #include <ui/ label.h>41 #include <ui/pbutton.h> 42 42 #include <ui/ui.h> 43 43 #include <ui/window.h> … … 53 53 /** Fixed layout */ 54 54 ui_fixed_t *fixed; 55 ui_label_t *label; 55 /** Taskbar Application Menu */ 56 ui_pbutton_t *buttonApps; 56 57 /** Window list */ 57 58 wndlist_t *wndlist;
Note:
See TracChangeset
for help on using the changeset viewer.