X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.c;h=47c8a9c9cbfb77b4add7862268b868d96e199bc3;hb=ec328fc04fe6e8d8c3d1ee386d4964963eb2ee17;hp=ece4037c3e8c50acf26b82d71b529f72956168ad;hpb=cfe36a0df2db3e5fd4c52e32093ea095492297cf;p=chaz%2Fopenbox diff --git a/render/theme.c b/render/theme.c index ece4037c..47c8a9c9 100644 --- a/render/theme.c +++ b/render/theme.c @@ -577,7 +577,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, @@ -1780,7 +1779,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)