Changeset f1f433d in mainline for uspace/app/taskbar/wndlist.h


Ignore:
Timestamp:
2022-11-04T20:54:04Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a6d44b7
Parents:
fc00f0d
Message:

Update window button when window caption changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar/wndlist.h

    rfc00f0d rf1f433d  
    4949extern errno_t wndlist_append(wndlist_t *, sysarg_t, const char *, bool);
    5050extern errno_t wndlist_remove(wndlist_t *, wndlist_entry_t *, bool);
     51extern errno_t wndlist_update(wndlist_t *, wndlist_entry_t *, const char *);
    5152extern void wndlist_set_entry_rect(wndlist_t *, wndlist_entry_t *);
    5253extern wndlist_entry_t *wndlist_entry_by_id(wndlist_t *, sysarg_t);
Note: See TracChangeset for help on using the changeset viewer.