summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-30 19:03:06 +0000
committerDana Jansens <danakj@orodu.net>2003-08-30 19:03:06 +0000
commit5d4cbbc67444c3955f705b3aeddf29be1c731866 (patch)
treecbc23137d265a8d269f264ce5855c63ae996f1be /openbox/menuframe.h
parent0185445e3ab64ec4435f9b27164ce1508b840f86 (diff)
add suppot for showing pixmap masks in menus where the rgba icons go too
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h
index 40b9f844..7d2c1f06 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -69,6 +69,7 @@ struct _ObMenuEntryFrame
RrAppearance *a_selected;
RrAppearance *a_icon;
+ RrAppearance *a_mask;
RrAppearance *a_bullet;
RrAppearance *a_text_normal;
RrAppearance *a_text_disabled;