summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
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 {