From 5d4cbbc67444c3955f705b3aeddf29be1c731866 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 30 Aug 2003 19:03:06 +0000 Subject: add suppot for showing pixmap masks in menus where the rgba icons go too --- openbox/menu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/menu.h') 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 { -- cgit v1.2.3