summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h
index 43ac054f..c6b36719 100644
--- a/openbox/menu.h
+++ b/openbox/menu.h
@@ -18,6 +18,8 @@ typedef void(*menu_controller_mouseover)(struct MenuEntry *self,
gboolean enter);
typedef struct Menu {
+ ObWindow obwin;
+
char *label;
char *name;