summaryrefslogtreecommitdiff
path: root/lib/libXft/include
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-11 10:18:59 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-11 10:18:59 +0000
commit107937c8faa2844839fbc130ed032226354320a5 (patch)
tree0b399278281177de5608481d802a982b6a01ace9 /lib/libXft/include
parent2686cc296712d446c3c0a30212fe08f401cedbfc (diff)
Update to libXft 2.2.0
Tested by ajacoutot@, jasper@, krw@ and on a bulk ports build by landry@
Diffstat (limited to 'lib/libXft/include')
-rw-r--r--lib/libXft/include/X11/Xft/Xft.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libXft/include/X11/Xft/Xft.h.in b/lib/libXft/include/X11/Xft/Xft.h.in
index d66f2eca5..490945fc5 100644
--- a/lib/libXft/include/X11/Xft/Xft.h.in
+++ b/lib/libXft/include/X11/Xft/Xft.h.in
@@ -26,10 +26,10 @@
/*
* Current Xft version number, set from version in the Xft configure.ac file.
*/
-
-#undef XFT_MAJOR /* Will be substituted by configure */
-#undef XFT_MINOR /* Will be substituted by configure */
-#undef XFT_REVISION /* Will be substituted by configure */
+/* #undef will be substituted by configure */
+#undef XFT_MAJOR
+#undef XFT_MINOR
+#undef XFT_REVISION
#define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION))
#define XftVersion XFT_VERSION