summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-02 18:53:08 +0000
committerDana Jansens <danakj@orodu.net>2003-09-02 18:53:08 +0000
commit02b0b1733ab09c0a465c26d6be7ab8c49ca39485 (patch)
treef28dd739bc79cd2d6a56293acf3a00258727544f /openbox/menuframe.h
parentaeef6569934d792a144c5d003a884ccb3da69dac (diff)
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.
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h3
1 files changed, 2 insertions, 1 deletions
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;