]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
rm double ;;
[chaz/openbox] / openbox / menu.h
index c4c9deeabbd8a2d40c5705fadc6c5e8bd2bb3f0b..c6058635978aa98c61ef4d41ff0a8569e8d8bfd8 100644 (file)
@@ -59,9 +59,15 @@ struct _ObNormalMenuEntry {
 
     /* List of ObActions */
     GSList *actions;
+
+    /* Icon shit */
+    gint icon_width;
+    gint icon_height;
+    RrPixel32 *icon_data;
 };
 
 struct _ObSubmenuMenuEntry {
+    gchar *name;
     ObMenu *submenu;
 };
 
@@ -107,4 +113,6 @@ void menu_add_separator(gchar *name, gint id);
 
 ObMenuEntry* menu_find_entry_id(ObMenu *self, gint id);
 
+void menu_find_submenus(ObMenu *self);
+
 #endif
This page took 0.020316 seconds and 4 git commands to generate.