diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2014-11-05 18:31:49 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2014-11-05 18:46:16 +0100 |
| commit | 24bb21a124a088008524184add2e152501f3c554 (patch) | |
| tree | a3d87bc7b135087455fc58fd5a9bfe46c0cee895 /obrender/theme.h | |
| parent | 35e92e4c2a45b28d5c2c9b44b64aeb4222098c94 (diff) | |
Move some more code around to make it shorter
Diffstat (limited to 'obrender/theme.h')
| -rw-r--r-- | obrender/theme.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/obrender/theme.h b/obrender/theme.h index e555142d..8797f0b6 100644 --- a/obrender/theme.h +++ b/obrender/theme.h @@ -114,15 +114,7 @@ struct _RrTheme { RrColor *osd_pressed_lineart; RrColor *osd_focused_lineart; RrColor *menu_title_shadow_color; - gchar menu_title_shadow_alpha; - RrColor *menu_text_normal_shadow_color; - gchar menu_text_normal_shadow_alpha; - RrColor *menu_text_selected_shadow_color; - gchar menu_text_selected_shadow_alpha; - RrColor *menu_text_disabled_shadow_color; - gchar menu_text_disabled_shadow_alpha; - RrColor *menu_text_disabled_selected_shadow_color; - gchar menu_text_disabled_selected_shadow_alpha; + RrColor *menu_text_shadow_color; /* style settings - pics */ RrPixel32 *def_win_icon; /* RGBA */ |
