Changeset c4a53280 in mainline for uspace/app/taskbar/wndlist.h
- Timestamp:
- 2022-12-01T14:39:56Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 795c6f7
- Parents:
- 68d68e9
- git-author:
- Jiri Svoboda <jiri@…> (2022-11-30 18:39:42)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-12-01 14:39:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/wndlist.h
r68d68e9 rc4a53280 52 52 extern errno_t wndlist_append(wndlist_t *, sysarg_t, const char *, bool); 53 53 extern errno_t wndlist_remove(wndlist_t *, wndlist_entry_t *, bool); 54 extern bool wndlist_update_pitch(wndlist_t *); 54 55 extern errno_t wndlist_update(wndlist_t *, wndlist_entry_t *, const char *); 55 56 extern void wndlist_set_entry_rect(wndlist_t *, wndlist_entry_t *); 56 57 extern wndlist_entry_t *wndlist_entry_by_id(wndlist_t *, sysarg_t); 57 58 extern wndlist_entry_t *wndlist_first(wndlist_t *); 59 extern wndlist_entry_t *wndlist_last(wndlist_t *); 58 60 extern wndlist_entry_t *wndlist_next(wndlist_entry_t *); 59 61 extern size_t wndlist_count(wndlist_t *); 60 62 extern errno_t wndlist_repaint(wndlist_t *); 63 extern errno_t wndlist_unpaint_entry(wndlist_entry_t *); 61 64 62 65 #endif
Note:
See TracChangeset
for help on using the changeset viewer.