Xcursor.h | Xcursor.h | |||
---|---|---|---|---|
skipping to change at line 79 | skipping to change at line 79 | |||
#define XCURSOR_MAGIC 0x72756358 /* "Xcur" LSBFirst */ | #define XCURSOR_MAGIC 0x72756358 /* "Xcur" LSBFirst */ | |||
/* | /* | |||
* Current Xcursor version number. Will be substituted by configure | * Current Xcursor version number. Will be substituted by configure | |||
* from the version in the libXcursor configure.ac file. | * from the version in the libXcursor configure.ac file. | |||
*/ | */ | |||
#define XCURSOR_LIB_MAJOR 1 | #define XCURSOR_LIB_MAJOR 1 | |||
#define XCURSOR_LIB_MINOR 1 | #define XCURSOR_LIB_MINOR 1 | |||
#define XCURSOR_LIB_REVISION 13 | #define XCURSOR_LIB_REVISION 14 | |||
#define XCURSOR_LIB_VERSION ((XCURSOR_LIB_MAJOR * 10000) + \ | #define XCURSOR_LIB_VERSION ((XCURSOR_LIB_MAJOR * 10000) + \ | |||
(XCURSOR_LIB_MINOR * 100) + \ | (XCURSOR_LIB_MINOR * 100) + \ | |||
(XCURSOR_LIB_REVISION)) | (XCURSOR_LIB_REVISION)) | |||
/* | /* | |||
* This version number is stored in cursor files; changes to the | * This version number is stored in cursor files; changes to the | |||
* file format require updating this version number | * file format require updating this version number | |||
*/ | */ | |||
#define XCURSOR_FILE_MAJOR 1 | #define XCURSOR_FILE_MAJOR 1 | |||
#define XCURSOR_FILE_MINOR 0 | #define XCURSOR_FILE_MINOR 0 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||