From 02b0b1733ab09c0a465c26d6be7ab8c49ca39485 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 2 Sep 2003 18:53:08 +0000 Subject: use new menu.bullet.selected.imageColor. use the text colors for the menu mask icons instead of teh bullet color, and set it based on selected/disabled/normal like the text. --- openbox/menu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbox/menu.h') diff --git a/openbox/menu.h b/openbox/menu.h index a3620e75..396596ae 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -67,7 +67,9 @@ struct _ObNormalMenuEntry { /* Mask icon */ RrPixmapMask *mask; - RrColor *mask_color; + RrColor *mask_normal_color; + RrColor *mask_disabled_color; + RrColor *mask_selected_color; }; struct _ObSubmenuMenuEntry { -- cgit v1.2.3