summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-01-08 10:22:30 -0500
committerDana Jansens <danakj@orodu.net>2010-01-08 10:22:30 -0500
commit73575c10ce3ede1637e4f959b56e1f7d5f110b91 (patch)
tree9af1e7061d53dcc62be4000fc206cfcaa71cc4a8 /openbox/menuframe.h
parent4f414ed0f124fa67b61d347899aa3b30aa0294f1 (diff)
parentf163c46eaf01ced8405fa36a3bf4a5c488f0f5aa (diff)
Merge branch 'backport' into work
Conflicts: Makefile.am openbox/actions/focus.c openbox/config.c openbox/event.c openbox/menuframe.c
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h
index 87a718e7..a57b0dcb 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -50,12 +50,10 @@ struct _ObMenuFrame
ObMenuFrame *parent;
ObMenuEntryFrame *parent_entry;
ObMenuFrame *child;
+ ObMenuEntryFrame *child_entry;
GList *entries;
ObMenuEntryFrame *selected;
- /* if a submenu was selected, then this holds the entry for that submenu
- until it is closed */
- ObMenuEntryFrame *open_submenu;
/* show entries from the menu starting at this index */
guint show_from;