diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-05 22:26:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-05 22:26:59 +0000 |
| commit | 526560b8a0871cd93f27c32442b3e470ec42ecb3 (patch) | |
| tree | 80035096ded29fa52d77da71414f2f011920cb23 /openbox/menu.h | |
| parent | 8a99fedecd593b7be4b01c053c0d246785ea8b80 (diff) | |
changes to the client menu, which entries are there, and reorganizing, and renaming.
let you highlight disabled menu entries, they just aren't runable of course, and add the activedisabled theme element for these entries.
add the all desktops button picture to "All desktops" in the client menu
update the themes for the new element, and some changes to make things more readable-better contrast.
CLEARLOOKS-OLIVE is now DIFFERENT FROM THE 3.4 BRANCH SO DON'T RE-RUN THEMETOXML ON IT :( :(
yeah.. i think that is everything?
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index b08f7c95..64cbbd6a 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -112,8 +112,9 @@ struct _ObNormalMenuEntry { /* Mask icon */ RrPixmapMask *mask; RrColor *mask_normal_color; - RrColor *mask_disabled_color; RrColor *mask_selected_color; + RrColor *mask_disabled_color; + RrColor *mask_disabled_selected_color; }; struct _ObSubmenuMenuEntry { |
