Changeset a6492460 in mainline for uspace/app/taskbar/types
- Timestamp:
- 2022-11-09T16:17:59Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88d828e
- Parents:
- 54593f3
- Location:
- uspace/app/taskbar/types
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/types/taskbar.h
r54593f3 ra6492460 37 37 #define TYPES_TASKBAR_H 38 38 39 #include <types/common.h> 39 40 #include <ui/fixed.h> 40 41 #include <ui/label.h> -
uspace/app/taskbar/types/wndlist.h
r54593f3 ra6492460 75 75 /** Window management service */ 76 76 wndmgt_t *wndmgt; 77 78 /** Position ID of last position event */ 79 sysarg_t ev_pos_id; 77 80 } wndlist_t; 78 81
Note:
See TracChangeset
for help on using the changeset viewer.
