]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
match the declarations in the header
[chaz/openbox] / openbox / menu.h
index b0f39b7b53b9b4258bc615e355e10cb6d15bd12e..0c946dd64c0c43fd252a58b60f7ea1fab2515a6e 100644 (file)
@@ -64,6 +64,12 @@ struct _ObNormalMenuEntry {
     gint icon_width;
     gint icon_height;
     RrPixel32 *icon_data;
+
+    /* Mask icon */
+    RrPixmapMask *mask;
+    RrColor *mask_normal_color;
+    RrColor *mask_disabled_color;
+    RrColor *mask_selected_color;
 };
 
 struct _ObSubmenuMenuEntry {
@@ -89,8 +95,8 @@ struct _ObMenuEntry
     } data;
 };
 
-void menu_startup();
-void menu_shutdown();
+void menu_startup(gboolean reconfig);
+void menu_shutdown(gboolean reconfig);
 
 ObMenu* menu_new(gchar *name, gchar *title, gpointer data);
 void menu_free(ObMenu *menu);
This page took 0.025488 seconds and 4 git commands to generate.