Xft.h | Xft.h | |||
---|---|---|---|---|
skipping to change at line 33 | skipping to change at line 33 | |||
#ifndef _XFT_H_ | #ifndef _XFT_H_ | |||
#define _XFT_H_ | #define _XFT_H_ | |||
/* | /* | |||
* Current Xft version number, set from version in the Xft configure.ac fil e. | * Current Xft version number, set from version in the Xft configure.ac fil e. | |||
*/ | */ | |||
/* #undef will be substituted by configure */ | /* #undef will be substituted by configure */ | |||
#define XFT_MAJOR 2 | #define XFT_MAJOR 2 | |||
#define XFT_MINOR 3 | #define XFT_MINOR 3 | |||
#define XFT_REVISION 1 | #define XFT_REVISION 2 | |||
#define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVI SION)) | #define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVI SION)) | |||
#define XftVersion XFT_VERSION | #define XftVersion XFT_VERSION | |||
#include <stdarg.h> | #include <stdarg.h> | |||
#include <ft2build.h> | #include <ft2build.h> | |||
#include FT_FREETYPE_H | #include FT_FREETYPE_H | |||
#include <fontconfig/fontconfig.h> | #include <fontconfig/fontconfig.h> | |||
#include <X11/extensions/Xrender.h> | #include <X11/extensions/Xrender.h> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||