]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
add the themes path to the struct. make the name never include a path
[chaz/openbox] / render / theme.h
index 5c39b3dfc276d9ea72d8c0299a21daddb8842289..518c7e724c8df21de3586da4287790b0fa87f34d 100644 (file)
@@ -6,6 +6,7 @@
 typedef struct _RrTheme RrTheme;
 
 struct _RrTheme {
+    gchar *path;
     gchar *name;
 
     const RrInstance *inst;
@@ -36,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;
This page took 0.023451 seconds and 4 git commands to generate.