Changeset 7a05d924 in mainline for uspace/app/taskbar/wndlist.h
- Timestamp:
- 2022-10-20T08:05:06Z (14 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade
- 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/wndlist.h
r1766326 r7a05d924 40 40 #include <ui/fixed.h> 41 41 #include <ui/resource.h> 42 #include <wndmgt.h> 42 43 #include "types/wndlist.h" 43 44 44 45 extern errno_t wndlist_create(ui_resource_t *, ui_fixed_t *, wndlist_t **); 46 extern errno_t wndlist_attach_wm(wndlist_t *, wndmgt_t *); 45 47 extern void wndlist_destroy(wndlist_t *); 46 48 extern errno_t wndlist_append(wndlist_t *, const char *);
Note:
See TracChangeset
for help on using the changeset viewer.