Changeset d92b8e8f in mainline for uspace/app/taskbar/tbsmenu.h
- Timestamp:
- 2024-03-04T14:12:26Z (11 months ago)
- Branches:
- master
- Children:
- e229148
- Parents:
- ee3b28a9
- git-author:
- Jiri Svoboda <jiri@…> (2024-03-03 18:12:02)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-03-04 14:12:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/tbsmenu.h
ree3b28a9 rd92b8e8f 46 46 #include "types/tbsmenu.h" 47 47 48 extern errno_t tbsmenu_create(ui_window_t *, ui_fixed_t *, tbsmenu_t **); 48 extern errno_t tbsmenu_create(ui_window_t *, ui_fixed_t *, const char *, 49 tbsmenu_t **); 49 50 extern errno_t tbsmenu_load(tbsmenu_t *, const char *); 50 51 extern void tbsmenu_reload(tbsmenu_t *);
Note:
See TracChangeset
for help on using the changeset viewer.