]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
add icons to the client-list-menu
[chaz/openbox] / openbox / menu.h
index c91be82b67f3e3cdd76dd8d714d59876f8b6f9a9..c6058635978aa98c61ef4d41ff0a8569e8d8bfd8 100644 (file)
@@ -59,6 +59,11 @@ struct _ObNormalMenuEntry {
 
     /* List of ObActions */
     GSList *actions;
+
+    /* Icon shit */
+    gint icon_width;
+    gint icon_height;
+    RrPixel32 *icon_data;
 };
 
 struct _ObSubmenuMenuEntry {
This page took 0.021952 seconds and 4 git commands to generate.