]> 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 1d20ff03360b519870c7afd1e28cab8826f44608..2ecbb5cdef846ab2c0b62210c51a303026fdbaf6 100644 (file)
@@ -103,7 +103,7 @@ struct _ObMenuEntry
     char *label;
     ObMenu *parent;
 
-    Action *action;    
+    ObAction *action;    
     
     ObMenuEntryRenderType render_type;
     gboolean hilite;
@@ -114,9 +114,12 @@ struct _ObMenuEntry
 
     /* render stuff */
     Window item;
+    Window submenu_pic;
+    
     RrAppearance *a_item;
     RrAppearance *a_disabled;
     RrAppearance *a_hilite;
+    RrAppearance *a_submenu;
     gint y;
     gint min_w;
 } MenuEntry;
@@ -152,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.026431 seconds and 4 git commands to generate.