]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
move the keyboard and mouse plugins into the kernel for mucho sexiness.
[chaz/openbox] / openbox / menu.h
index 3b7c1c3840477ff0757b19fc30d914ad7e720a41..2ecbb5cdef846ab2c0b62210c51a303026fdbaf6 100644 (file)
@@ -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);
 
This page took 0.023041 seconds and 4 git commands to generate.