]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
remove old unused strings
[chaz/openbox] / render / font.c
index 166b9abb8182bafc8c782ca2f8a71931bdcff59e..3755c1ff7652c8d0aa013b0c96b41115bdcc4b66 100644 (file)
@@ -37,7 +37,8 @@ static void measure_font(const RrInstance *inst, RrFont *f)
     static PangoLanguage *lang = NULL;
 
     if (lang == NULL) {
-#if PANGO_VERSION_CHECK(1,16,0)
+#if PANGO_VERSION_MAJOR > 1 || \
+    (PANGO_VERSION_MAJOR == 1 && PANGO_VERSION_MINOR >= 16)
         lang = pango_language_get_default();
 #else
         gchar *locale, *p;
This page took 0.02113 seconds and 4 git commands to generate.