X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=b696d9e46882bc9f40f1c931ac08b82e1f8a2038;hb=a12e73cf3741f91d9188bacbcc7733d5948c8156;hp=a60d5cac431973f636f05a34fe727027c90fc439;hpb=b1f5555218ecaa3827450125dc47b4bf0d404ee4;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index a60d5cac..b696d9e4 100644 --- a/render/theme.h +++ b/render/theme.h @@ -2,9 +2,6 @@ #define __theme_h #include "render.h" -#include "color.h" -#include "font.h" -#include "mask.h" typedef struct _RrTheme RrTheme; @@ -24,34 +21,25 @@ 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; RrFont *winfont; - gboolean winfont_shadow; - gint winfont_shadow_offset; - gint winfont_shadow_tint; gint mtitlefont_height; RrFont *mtitlefont; - gboolean mtitlefont_shadow; - gint mtitlefont_shadow_offset; - gint mtitlefont_shadow_tint; gint mfont_height; RrFont *mfont; - gboolean mfont_shadow; - gint mfont_shadow_offset; - gint mfont_shadow_tint; /* style settings - title layout */ gchar *title_layout;