]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
you cant reference yourself as a type
[chaz/openbox] / openbox / menu.h
index d7d27c2cd9da602db381fb393046aeccea496a29..d1a99dcfde0eb8082935b3476ef33cf9d4eca1ef 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <glib.h>
 
-typedef struct {
+typedef struct Menu {
     char *label;
     
     GList *entries;
@@ -13,7 +13,7 @@ typedef struct {
     gboolean shown;
     gboolean invalid;
 
-    Menu *parent;
+    struct Menu *parent;
 
     /* waste o' pointers */
     void (*show)( /* some bummu */);
This page took 0.022366 seconds and 4 git commands to generate.