Changeset 1766326 in mainline for uspace/app/taskbar/taskbar.h
- Timestamp:
- 2022-10-18T09:06:07Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a05d924
- Parents:
- 0761448
- git-author:
- Jiri Svoboda <jiri@…> (2022-10-17 17:05:56)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-10-18 09:06:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/taskbar.h
r0761448 r1766326 38 38 39 39 #include <errno.h> 40 #include <wndmgt.h> 40 41 #include "types/taskbar.h" 41 42 42 extern errno_t taskbar_create(const char * display_spec, taskbar_t **);43 extern errno_t taskbar_create(const char *, const char *, taskbar_t **); 43 44 extern void taskbar_destroy(taskbar_t *); 44 45
Note:
See TracChangeset
for help on using the changeset viewer.