summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/menu.h b/openbox/menu.h
index 3b7c1c38..2ecbb5cd 100644
--- a/openbox/menu.h
+++ b/openbox/menu.h
@@ -103,7 +103,7 @@ struct _ObMenuEntry
char *label;
ObMenu *parent;
- Action *action;
+ ObAction *action;
ObMenuEntryRenderType render_type;
gboolean hilite;
@@ -155,7 +155,7 @@ void menu_hide(ObMenu *self);
void menu_clear(ObMenu *self);
-ObMenuEntry *menu_entry_new_full(char *label, Action *action,
+ObMenuEntry *menu_entry_new_full(char *label, ObAction *action,
ObMenuEntryRenderType render_type,
gpointer submenu);