Changeset 2f106b0 in mainline for uspace/app/taskbar/wndlist.h
- Timestamp:
- 2022-11-12T20:48:05Z (13 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- a5c7b865
- Parents:
- c48192e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/wndlist.h
rc48192e r2f106b0 38 38 39 39 #include <errno.h> 40 #include <gfx/coord.h> 40 41 #include <stdbool.h> 41 42 #include <ui/fixed.h> … … 45 46 46 47 extern errno_t wndlist_create(ui_window_t *, ui_fixed_t *, wndlist_t **); 48 extern void wndlist_set_rect(wndlist_t *, gfx_rect_t *); 47 49 extern errno_t wndlist_open_wm(wndlist_t *, const char *); 48 50 extern void wndlist_destroy(wndlist_t *);
Note:
See TracChangeset
for help on using the changeset viewer.