X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenu.h;h=d1a99dcfde0eb8082935b3476ef33cf9d4eca1ef;hb=22be74583bcf40fd5e762eb818676aa12f7152c4;hp=d7d27c2cd9da602db381fb393046aeccea496a29;hpb=3443454f33f88e10f187b78594ecfb5c09e1448d;p=chaz%2Fopenbox 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 */);