summaryrefslogtreecommitdiff
path: root/openbox/menu.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/menu.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/menu.h')
-rw-r--r--openbox/menu.h4
1 files changed, 3 insertions, 1 deletions
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 {