Changeset c37c24c in mainline for uspace/app/taskbar/types/tbsmenu.h
- Timestamp:
- 2024-04-07T09:52:47Z (10 months ago)
- Children:
- e55d2c1
- Parents:
- 6c1e7c0 (diff), 34aad53d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/types/tbsmenu.h
r6c1e7c0 rc37c24c 40 40 #include <gfx/coord.h> 41 41 #include <stdbool.h> 42 #include <tbarcfg/tbarcfg.h> 42 43 #include <ui/pbutton.h> 43 44 #include <ui/fixed.h> … … 84 85 /** Device ID of last input event */ 85 86 sysarg_t ev_idev_id; 87 88 /** Repository path name */ 89 char *repopath; 90 91 /** Need to reload menu when possible */ 92 bool needs_reload; 93 94 /** Display specification */ 95 char *display_spec; 86 96 } tbsmenu_t; 87 97 88 98 /** Command split into individual parts */ 89 99 typedef struct { 90 /** Buffer holding broken down command */91 char *buf;92 100 /** NULL-terminated array of string pointers */ 93 101 char **argv;
Note:
See TracChangeset
for help on using the changeset viewer.