From: Dana Jansens Date: Mon, 24 Mar 2003 22:04:43 +0000 (+0000) Subject: you cant reference yourself as a type X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=22be74583bcf40fd5e762eb818676aa12f7152c4;p=chaz%2Fopenbox you cant reference yourself as a type --- 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 */);