projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d56e90f
)
you cant reference yourself as a type
author
Dana Jansens
<danakj@orodu.net>
Mon, 24 Mar 2003 22:04:43 +0000
(22:04 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 24 Mar 2003 22:04:43 +0000
(22:04 +0000)
openbox/menu.h
patch
|
blob
|
history
diff --git
a/openbox/menu.h
b/openbox/menu.h
index d7d27c2cd9da602db381fb393046aeccea496a29..d1a99dcfde0eb8082935b3476ef33cf9d4eca1ef 100644
(file)
--- a/
openbox/menu.h
+++ b/
openbox/menu.h
@@
-3,7
+3,7
@@
#include <glib.h>
-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 */);