summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h
index 1d20ff03..3b7c1c38 100644
--- a/openbox/menu.h
+++ b/openbox/menu.h
@@ -114,9 +114,12 @@ struct _ObMenuEntry
/* render stuff */
Window item;
+ Window submenu_pic;
+
RrAppearance *a_item;
RrAppearance *a_disabled;
RrAppearance *a_hilite;
+ RrAppearance *a_submenu;
gint y;
gint min_w;
} MenuEntry;