diff --git a/openbox/menu.h b/openbox/menu.h index d7d27c2c..d1a99dcf 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -3,7 +3,7 @@ #include -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 */);