X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenu.h;h=c488f67d873eacb41da411c99c4ed91909afce8f;hb=ea435b99a804b755312bcbb9371faa4c0111d43e;hp=752a6771461de01d61d08976fe40fa0cb1e08097;hpb=ec7898dda7bfdd56cfb4d9ff51dddc1c1ab1f00e;p=chaz%2Fopenbox diff --git a/openbox/menu.h b/openbox/menu.h index 752a6771..c488f67d 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -115,11 +115,9 @@ struct _ObNormalMenuEntry { /* List of ObActions */ GSList *actions; - /* Icon shit */ - gint icon_width; - gint icon_height; - gint icon_alpha; - RrPixel32 *icon_data; + /* Icon stuff. If you set this, make sure you RrImageRef() it too. */ + RrImage *icon; + gint icon_alpha; /* Mask icon */ RrPixmapMask *mask;