Changeset 7a05d924 in mainline for uspace/app/taskbar/types/wndlist.h
- Timestamp:
- 2022-10-20T08:05:06Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7cc30e9
- Parents:
- 1766326
- git-author:
- Jiri Svoboda <jiri@…> (2022-10-19 18:04:42)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-10-20 08:05:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/types/wndlist.h
r1766326 r7a05d924 42 42 #include <ui/fixed.h> 43 43 #include <ui/resource.h> 44 #include <wndmgt.h> 44 45 45 46 /** Taskbar window list entry */ … … 69 70 /** Window list entries (of wndlist_entry_t) */ 70 71 list_t entries; 72 73 /** Window management service */ 74 wndmgt_t *wndmgt; 71 75 } wndlist_t; 72 76
Note:
See TracChangeset
for help on using the changeset viewer.