]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
add suppot for showing pixmap masks in menus where the rgba icons go too
[chaz/openbox] / openbox / menu.h
index b0f39b7b53b9b4258bc615e355e10cb6d15bd12e..a3620e75a7101f3f8c9312c117ef1b4a8626b855 100644 (file)
@@ -64,6 +64,10 @@ struct _ObNormalMenuEntry {
     gint icon_width;
     gint icon_height;
     RrPixel32 *icon_data;
+
+    /* Mask icon */
+    RrPixmapMask *mask;
+    RrColor *mask_color;
 };
 
 struct _ObSubmenuMenuEntry {
This page took 0.023914 seconds and 4 git commands to generate.