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/menuframe.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/menuframe.h') diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 92cd8793..f8a1da82 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -70,7 +70,8 @@ struct _ObMenuEntryFrame RrAppearance *a_icon; RrAppearance *a_mask; - RrAppearance *a_bullet; + RrAppearance *a_bullet_normal; + RrAppearance *a_bullet_selected; RrAppearance *a_separator; RrAppearance *a_text_normal; RrAppearance *a_text_disabled; -- cgit v1.2.3