diff options
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index b0f39b7b..a3620e75 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -64,6 +64,10 @@ struct _ObNormalMenuEntry { gint icon_width; gint icon_height; RrPixel32 *icon_data; + + /* Mask icon */ + RrPixmapMask *mask; + RrColor *mask_color; }; struct _ObSubmenuMenuEntry { |
