diff options
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index 8832a124..7e11545d 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -116,11 +116,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; |
