all repos — openbox @ b486929d34cc634ffa94acdb77c60932fd2061e9

openbox fork - make it a bit more like ryudo

indenting oopsie
Dana Jansens danakj@orodu.net
commit

b486929d34cc634ffa94acdb77c60932fd2061e9

parent

693c88ca35a19b50ee52860800bcb861c035f7da

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

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

@@ -115,7 +115,7 @@ l = strlen(text);

m = font_measure_string(t->font, text, t->shadow, t->offset); while (l && m > position->width) { text[--l] = '\0'; - m = font_measure_string(t->font, text, t->shadow, t->offset); + m = font_measure_string(t->font, text, t->shadow, t->offset); } if (!l) return;