Changeset 806d761 in mainline for uspace/lib/tbarcfg/private/tbarcfg.h
- Timestamp:
- 2024-02-07T23:44:59Z (12 months ago)
- Branches:
- master
- Children:
- 242e3c3
- Parents:
- 74cb6610
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/tbarcfg/private/tbarcfg.h
r74cb6610 r806d761 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 40 40 #include <adt/list.h> 41 41 #include <sif.h> 42 #include <stdbool.h> 42 43 #include <types/tbarcfg/tbarcfg.h> 43 44 … … 64 65 /** Command to run */ 65 66 char *cmd; 67 /** Start in terminal */ 68 bool terminal; 66 69 }; 67 70 68 71 extern errno_t smenu_entry_new(tbarcfg_t *, sif_node_t *, const char *, 69 const char *, smenu_entry_t **);72 const char *, bool, smenu_entry_t **); 70 73 extern void smenu_entry_delete(smenu_entry_t *); 71 74
Note:
See TracChangeset
for help on using the changeset viewer.