From a12e73cf3741f91d9188bacbcc7733d5948c8156 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Jun 2003 01:29:45 +0000 Subject: read fonts and titlebar layout from theme files --- render/theme.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'render/theme.h') 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; -- cgit v1.2.3