]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
fix some warnings from -Wall
[chaz/openbox] / render / font.c
index 4d9e0adf984d6acdcf9099afbbe4d33d6f60fd3d..79a5b40d671e113b4e9e40ed631a9965ad05ac37 100644 (file)
@@ -291,8 +291,9 @@ void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *area)
     gint x,y,w,h;
     XftColor c;
     GString *text;
-    gint mw, mh;
+    gint mw;
 #ifndef USE_PANGO
+    gint mh;
     size_t l;
     gboolean shortened = FALSE;
 #else
This page took 0.022963 seconds and 4 git commands to generate.