diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-30 19:03:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-30 19:03:06 +0000 |
| commit | 5d4cbbc67444c3955f705b3aeddf29be1c731866 (patch) | |
| tree | cbc23137d265a8d269f264ce5855c63ae996f1be /openbox/menu.h | |
| parent | 0185445e3ab64ec4435f9b27164ce1508b840f86 (diff) | |
add suppot for showing pixmap masks in menus where the rgba icons go too
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index b0f39b7b..a3620e75 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -64,6 +64,10 @@ struct _ObNormalMenuEntry { gint icon_width; gint icon_height; RrPixel32 *icon_data; + + /* Mask icon */ + RrPixmapMask *mask; + RrColor *mask_color; }; struct _ObSubmenuMenuEntry { |
