all repos — openbox @ 22be74583bcf40fd5e762eb818676aa12f7152c4

openbox fork - make it a bit more like ryudo

you cant reference yourself as a type
Dana Jansens danakj@orodu.net
commit

22be74583bcf40fd5e762eb818676aa12f7152c4

parent

d56e90fac8e821f3773372e9342d60de169963b9

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/menu.hopenbox/menu.h

@@ -3,7 +3,7 @@ #define __menu_h

#include <glib.h> -typedef struct { +typedef struct Menu { char *label; GList *entries;

@@ -13,7 +13,7 @@ /* ? */

gboolean shown; gboolean invalid; - Menu *parent; + struct Menu *parent; /* waste o' pointers */ void (*show)( /* some bummu */);