X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffont.cc;h=a38946f02ad4efc3efccf72e5ea71c92de714154;hb=e44d7697e56a32bafefe25e87feb67a5c29ce7ad;hp=a51e158c1613fa92d898b31a6c19a0aa8968e429;hpb=7f2ee77204b1e8aca39262f9a3ba9235539371de;p=chaz%2Fopenbox diff --git a/otk/font.cc b/otk/font.cc index a51e158c..a38946f0 100644 --- a/otk/font.cc +++ b/otk/font.cc @@ -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; }