]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
add helper functions for manipulating the focus_order list.
[chaz/openbox] / render / font.c
index 8bf69303804e204b1a414d59d86ba1f968646175..7ffcb53b2dbcec7aa20166594fc859b2ea6748c2 100644 (file)
@@ -115,7 +115,7 @@ void font_draw(XftDraw *d, TextureText *t, Rect *position)
     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;
 
This page took 0.025127 seconds and 4 git commands to generate.