summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menu.h b/openbox/menu.h
index 7b0fb678..6cb76a5e 100644
--- a/openbox/menu.h
+++ b/openbox/menu.h
@@ -69,7 +69,7 @@ typedef enum MenuEntryRenderType {
MenuEntryRenderType_Other = 1 << 7
} MenuEntryRenderType;
-typedef struct {
+typedef struct MenuEntry {
char *label;
Menu *parent;