all repos — openbox @ 0a9ef7591fdfe3679ac823a42accf97dc1b74d68

openbox fork - make it a bit more like ryudo

make the shadow offset 1
Dana Jansens danakj@orodu.net
commit

0a9ef7591fdfe3679ac823a42accf97dc1b74d68

parent

78aa056eeb1dc2900cc18b8f8c6baabf453fd370

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

jump to
M engines/openbox/theme.cengines/openbox/theme.c

@@ -269,7 +269,7 @@ }

/* load the font, not from the theme file tho, its in themerc_font */ s_winfont_shadow = 1; /* XXX read from themrc */ - s_winfont_shadow_offset = 2; /* XXX read from themerc */ + s_winfont_shadow_offset = 1; /* XXX read from themerc */ s_winfont = font_open(themerc_font); s_winfont_height = font_height(s_winfont, s_winfont_shadow, s_winfont_shadow_offset);