diff options
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index 66390e75..a3332280 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -47,6 +47,9 @@ typedef enum struct _ObNormalMenuEntry { gchar *label; + /* state */ + gboolean enabled; + /* List of ObActions */ GSList *actions; }; @@ -66,9 +69,6 @@ struct _ObMenuEntry gint id; - /* state */ - gboolean enabled; - union u { ObNormalMenuEntry normal; ObSubmenuMenuEntry submenu; |
