From 22be74583bcf40fd5e762eb818676aa12f7152c4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 24 Mar 2003 22:04:43 +0000 Subject: [PATCH] you cant reference yourself as a type --- openbox/menu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */); -- 2.39.2