diff options
| author | 2023-11-24 01:35:51 -0600 | |
|---|---|---|
| committer | 2023-11-24 01:35:51 -0600 | |
| commit | 60e47519d3cd151348000d72811aa7037a01e3f4 (patch) | |
| tree | fa408db8ee114277c8fac381fd1a683e32160508 /src/ui/ui.internal.h | |
| parent | custom assert macros and other stuff (diff) | |
menu
Diffstat (limited to 'src/ui/ui.internal.h')
| -rw-r--r-- | src/ui/ui.internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/ui.internal.h b/src/ui/ui.internal.h index b570654..161391f 100644 --- a/src/ui/ui.internal.h +++ b/src/ui/ui.internal.h @@ -2,6 +2,7 @@ #define UMPS_UI_INTERNAL_H_INCLUDED #include "../ui.h" +#include "uimenu.internal.h" #include "config.h" #include NCURSES_INCLUDE @@ -63,6 +64,8 @@ struct ui_window_root { struct ui_window_base *content; struct ui_window_base *floating; + + struct uimenu_item_menu *menu_root; }; /* internal utils */ |
