diff options
Diffstat (limited to 'openbox/menuframe.h')
| -rw-r--r-- | openbox/menuframe.h | 4 |
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; |
