]> Dogcows Code - chaz/openbox/blobdiff - otk/font.cc
blef
[chaz/openbox] / otk / font.cc
index a51e158c1613fa92d898b31a6c19a0aa8968e429..a38946f02ad4efc3efccf72e5ea71c92de714154 100644 (file)
@@ -51,8 +51,9 @@ Font::Font(int screen_num, const std::string &fontstring,
       ::exit(3);
     }
     int version = XftGetVersion();
-    printf(_("Using Xft %d.%d.%d.\n"),
-           version / 10000 % 100, version / 100 % 100, version % 100);
+    printf(_("Using Xft %d.%d.%d (Built against %d.%d.%d).\n"),
+           version / 10000 % 100, version / 100 % 100, version % 100,
+           XFT_MAJOR, XFT_MINOR, XFT_REVISION);
     _xft_init = true;
   }
 
This page took 0.020043 seconds and 4 git commands to generate.