all repos — openbox @ 00cb161ec62830cfb3be0e77177452d60aad6545

openbox fork - make it a bit more like ryudo

Keep things in 80 columns
Dana Jansens danakj@orodu.net
commit

00cb161ec62830cfb3be0e77177452d60aad6545

parent

6bb4b22cbe1edcda433a823d170620ccf252e4b1

1 files changed, 6 insertions(+), 3 deletions(-)

jump to
M render/theme.crender/theme.c

@@ -46,7 +46,8 @@ static int parse_inline_number(const char *p);

static RrPixel32* read_c_image(gint width, gint height, const guint8 *data); static void set_default_appearance(RrAppearance *a); -static RrFont *get_font(RrFont *target, RrFont **default_font, const RrInstance *inst) +static RrFont *get_font(RrFont *target, RrFont **default_font, + const RrInstance *inst) { if (target) { RrFontRef(target);

@@ -147,8 +148,10 @@ theme->osd_hilite_fg = RrAppearanceNew(inst, 0);

theme->osd_unhilite_fg = RrAppearanceNew(inst, 0); /* load the font stuff */ - theme->win_font_focused = get_font(active_window_font, &default_font, inst); - theme->win_font_unfocused = get_font(inactive_window_font, &default_font, inst); + theme->win_font_focused = get_font(active_window_font, + &default_font, inst); + theme->win_font_unfocused = get_font(inactive_window_font, + &default_font, inst); winjust = RR_JUSTIFY_LEFT; if (read_string(db, "window.label.text.justify", &str)) {