From bd59576748db274c1a5e6ffece5df51d7d700b23 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 01:56:14 +0000 Subject: rename color_rgb to RrColor --- render/theme.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'render/theme.h') diff --git a/render/theme.h b/render/theme.h index a60d5cac..e3c62c2b 100644 --- a/render/theme.h +++ b/render/theme.h @@ -24,17 +24,17 @@ struct _RrTheme { gint grip_width; /* style settings - colors */ - color_rgb *b_color; - color_rgb *cb_focused_color; - color_rgb *cb_unfocused_color; - color_rgb *title_focused_color; - color_rgb *title_unfocused_color; - color_rgb *titlebut_focused_color; - color_rgb *titlebut_unfocused_color; - color_rgb *menu_title_color; - color_rgb *menu_color; - color_rgb *menu_disabled_color; - color_rgb *menu_hilite_color; + RrColor *b_color; + RrColor *cb_focused_color; + RrColor *cb_unfocused_color; + RrColor *title_focused_color; + RrColor *title_unfocused_color; + RrColor *titlebut_focused_color; + RrColor *titlebut_unfocused_color; + RrColor *menu_title_color; + RrColor *menu_color; + RrColor *menu_disabled_color; + RrColor *menu_hilite_color; /* style settings - fonts */ gint winfont_height; -- cgit v1.2.3