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