aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/ui.internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.internal.h')
-rw-r--r--src/ui/ui.internal.h3
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 */