]> 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 8d27e4bc9260564b740be659e6a081e85eb3574d..5f0dbf8ba5cfb08868fd0e3f6af6ad242f741b3f 100644 (file)
@@ -108,9 +108,7 @@ void font_draw(XftDraw *d, TextureText *t, Rect *position)
 
     x += 3; /* XXX figure out X with justification */
 
-    g_message("SHADOW %d %d %d", t->shadow, t->offset, t->tint);
     if (t->shadow) {
-
         if (t->tint >= 0) {
             c.color.red = 0;
             c.color.green = 0;
This page took 0.021596 seconds and 4 git commands to generate.