Add wmenu-run executable

This commit is contained in:
adnano 2024-05-02 21:39:54 -04:00
parent 1f221a73cf
commit 41e8599392
7 changed files with 103 additions and 1 deletions

1
menu.h
View file

@ -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;
};