]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
dont lower below lower layers
[chaz/openbox] / openbox / menu.h
index d7d27c2cd9da602db381fb393046aeccea496a29..7c39760278a2f0be627dcec7c5cca41613fdfbcc 100644 (file)
@@ -1,9 +1,10 @@
 #ifndef __menu_h
 #define __menu_h
 
+#include "action.h"
 #include <glib.h>
 
-typedef struct {
+typedef struct Menu {
     char *label;
     
     GList *entries;
@@ -13,7 +14,7 @@ typedef struct {
     gboolean shown;
     gboolean invalid;
 
-    Menu *parent;
+    struct Menu *parent;
 
     /* waste o' pointers */
     void (*show)( /* some bummu */);
This page took 0.022472 seconds and 4 git commands to generate.