]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
make submenus not require the menu to exist when they are created, not until they...
[chaz/openbox] / openbox / menu.h
index c4c9deeabbd8a2d40c5705fadc6c5e8bd2bb3f0b..c91be82b67f3e3cdd76dd8d714d59876f8b6f9a9 100644 (file)
@@ -62,6 +62,7 @@ struct _ObNormalMenuEntry {
 };
 
 struct _ObSubmenuMenuEntry {
+    gchar *name;
     ObMenu *submenu;
 };
 
@@ -107,4 +108,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.025561 seconds and 4 git commands to generate.