From ffba11aeb059bef0b4876eb6aad2a8a24e2db6f1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 28 Aug 2003 06:32:27 +0000 Subject: load menu plugins automatically from whats in the menu file menu fixups move enabled into the 'normal menu item' specific data stuff --- openbox/menu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openbox/menu.h') 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; -- cgit v1.2.3