all repos — openbox @ 49268650b4564def10eeb0d21d5c0dffa4972857

openbox fork - make it a bit more like ryudo

oops typo
Dana Jansens danakj@orodu.net
commit

49268650b4564def10eeb0d21d5c0dffa4972857

parent

62240d2b0ffc75d2a87117e2e0e282674a965495

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

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

@@ -115,7 +115,7 @@

/* center vertically */ y = area->y + (area->height - font_height(t->font, t->shadow, t->offset)) / 2; - w = area->width - theme-bevel * 2; + w = area->width - theme_bevel * 2; h = area->height; text = g_string_new(t->string);