]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
set "Openbox" as the name no "Openbox3"
[chaz/openbox] / render / theme.h
index 60aac26509b7469d25c0d83b7731a51871ee6b5b..b696d9e46882bc9f40f1c931ac08b82e1f8a2038 100644 (file)
@@ -2,8 +2,6 @@
 #define __theme_h
 
 #include "render.h"
-#include "color.h"
-#include "mask.h"
 
 typedef struct _RrTheme RrTheme;
 
@@ -38,19 +36,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;
This page took 0.025125 seconds and 4 git commands to generate.