]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
not using quarks, using an array and a Context enum for contexts
[chaz/openbox] / render / font.c
index 27496c1d6955192b5a30ad55cfb561a1a8705e1b..5f0dbf8ba5cfb08868fd0e3f6af6ad242f741b3f 100644 (file)
@@ -109,7 +109,6 @@ void font_draw(XftDraw *d, TextureText *t, Rect *position)
     x += 3; /* XXX figure out X with justification */
 
     if (t->shadow) {
-
         if (t->tint >= 0) {
             c.color.red = 0;
             c.color.green = 0;
This page took 0.025673 seconds and 4 git commands to generate.