diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-02 18:52:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-02 18:52:24 +0000 |
| commit | aeef6569934d792a144c5d003a884ccb3da69dac (patch) | |
| tree | 7ffa14fef4af4a9b16559f7461935c650e2e9d37 /render/theme.h | |
| parent | 0223fed117a2c136d7a4001f4758b780c6712918 (diff) | |
add menu.bullet.selected.imageColor
Diffstat (limited to 'render/theme.h')
| -rw-r--r-- | render/theme.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/render/theme.h b/render/theme.h index c93eb843..a643fb1b 100644 --- a/render/theme.h +++ b/render/theme.h @@ -43,7 +43,8 @@ struct _RrTheme { RrColor *titlebut_unfocused_unpressed_color; RrColor *menu_title_color; RrColor *menu_color; - RrColor *menu_bullet_color; + RrColor *menu_bullet_normal_color; + RrColor *menu_bullet_selected_color; RrColor *menu_disabled_color; RrColor *menu_selected_color; @@ -143,13 +144,14 @@ struct _RrTheme { RrAppearance *a_unfocused_handle; RrAppearance *a_menu_title; RrAppearance *a_menu; - RrAppearance *a_menu_item; + RrAppearance *a_menu_normal; RrAppearance *a_menu_disabled; RrAppearance *a_menu_selected; - RrAppearance *a_menu_text_item; + RrAppearance *a_menu_text_normal; RrAppearance *a_menu_text_disabled; RrAppearance *a_menu_text_selected; - RrAppearance *a_menu_bullet; + RrAppearance *a_menu_bullet_normal; + RrAppearance *a_menu_bullet_selected; RrAppearance *a_clear; /* clear with no texture */ RrAppearance *a_clear_tex; /* clear with a texture */ |
