mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-10-29 05:40:20 -04:00
Add wmenu-run executable
This commit is contained in:
parent
1f221a73cf
commit
41e8599392
7 changed files with 103 additions and 1 deletions
1
menu.h
1
menu.h
|
|
@ -68,6 +68,7 @@ struct menu {
|
|||
struct item *sel; // selected item
|
||||
struct page *pages; // list of pages
|
||||
|
||||
void (*callback)(struct menu *menu);
|
||||
bool exit;
|
||||
bool failure;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue