X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenu.h;h=7c39760278a2f0be627dcec7c5cca41613fdfbcc;hb=5e3ab28bab78e07553b7b44fe7c7c7b20c9d2fd3;hp=d7d27c2cd9da602db381fb393046aeccea496a29;hpb=3443454f33f88e10f187b78594ecfb5c09e1448d;p=chaz%2Fopenbox diff --git a/openbox/menu.h b/openbox/menu.h index d7d27c2c..7c397602 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -1,9 +1,10 @@ #ifndef __menu_h #define __menu_h +#include "action.h" #include -typedef struct { +typedef struct Menu { char *label; GList *entries; @@ -13,7 +14,7 @@ typedef struct { gboolean shown; gboolean invalid; - Menu *parent; + struct Menu *parent; /* waste o' pointers */ void (*show)( /* some bummu */);