summaryrefslogtreecommitdiff
path: root/render/theme.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-03-08 16:42:43 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-03-08 17:41:52 +0100
commitc716d1788bb4f4b9db403617023f06347ba48102 (patch)
tree8b1b5edbbd16e3d55e25f0e9026414b35dbcf20b /render/theme.c
parent617effd275a7c998d9bea686bc1a33240fd16704 (diff)
Remove double newlines.
Diffstat (limited to 'render/theme.c')
-rw-r--r--render/theme.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/theme.c b/render/theme.c
index 8c7393b5..d040c171 100644
--- a/render/theme.c
+++ b/render/theme.c
@@ -567,7 +567,6 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
theme->def_win_icon_w = OB_DEFAULT_ICON_WIDTH;
theme->def_win_icon_h = OB_DEFAULT_ICON_HEIGHT;
-
/* read the decoration textures */
if (!read_appearance(db, inst,
"window.active.title.bg", theme->a_focused_title,
@@ -1763,7 +1762,6 @@ static void parse_appearance(gchar *tex, RrSurfaceColorType *grad,
*interlaced = FALSE;
}
-
static gboolean read_appearance(XrmDatabase db, const RrInstance *inst,
const gchar *rname, RrAppearance *value,
gboolean allow_trans)