summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-26 01:29:45 +0000
committerDana Jansens <danakj@orodu.net>2003-06-26 01:29:45 +0000
commita12e73cf3741f91d9188bacbcc7733d5948c8156 (patch)
treee5b7f847171c04a53603ca04bdef1afcdf9c6357 /render/theme.h
parent5410a9d1494552285ac1ccc20aa9495a77d49171 (diff)
read fonts and titlebar layout from theme files
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/render/theme.h b/render/theme.h
index 5c39b3df..b696d9e4 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -36,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;