]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
load menu plugins automatically from whats in the menu file
[chaz/openbox] / openbox / menu.h
index 66390e7565847db9000a455f2a11928603709f87..a33322805a912f43524f17f0557f9310466744f3 100644 (file)
@@ -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;
This page took 0.021553 seconds and 4 git commands to generate.