X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=518c7e724c8df21de3586da4287790b0fa87f34d;hb=b23fa507a8526ada698b2eb7e38987aa076ac79f;hp=e3c62c2b0cfb6f1e9b69699e8b398a627d874373;hpb=bd59576748db274c1a5e6ffece5df51d7d700b23;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index e3c62c2b..518c7e72 100644 --- a/render/theme.h +++ b/render/theme.h @@ -2,13 +2,11 @@ #define __theme_h #include "render.h" -#include "color.h" -#include "font.h" -#include "mask.h" typedef struct _RrTheme RrTheme; struct _RrTheme { + gchar *path; gchar *name; const RrInstance *inst; @@ -39,19 +37,10 @@ struct _RrTheme { /* 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;