Changeset f1f433d in mainline for uspace/app/taskbar/wndlist.h
- Timestamp:
- 2022-11-04T20:54:04Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a6d44b7
- Parents:
- fc00f0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/wndlist.h
rfc00f0d rf1f433d 49 49 extern errno_t wndlist_append(wndlist_t *, sysarg_t, const char *, bool); 50 50 extern errno_t wndlist_remove(wndlist_t *, wndlist_entry_t *, bool); 51 extern errno_t wndlist_update(wndlist_t *, wndlist_entry_t *, const char *); 51 52 extern void wndlist_set_entry_rect(wndlist_t *, wndlist_entry_t *); 52 53 extern wndlist_entry_t *wndlist_entry_by_id(wndlist_t *, sysarg_t);
Note:
See TracChangeset
for help on using the changeset viewer.