Changeset 806d761 in mainline for uspace/app/taskbar/types/tbsmenu.h
- Timestamp:
- 2024-02-07T23:44:59Z (12 months ago)
- Branches:
- master
- Children:
- 242e3c3
- Parents:
- 74cb6610
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/types/tbsmenu.h
r74cb6610 r806d761 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 46 46 #include <ui/window.h> 47 47 48 /** Taskbar window listentry */48 /** Taskbar start menu entry */ 49 49 typedef struct { 50 50 /** Containing start menu */ … … 58 58 /** Command to run */ 59 59 char *cmd; 60 /** Start in terminal */ 61 bool terminal; 60 62 } tbsmenu_entry_t; 61 63
Note:
See TracChangeset
for help on using the changeset viewer.