XcmEvents.h | XcmEvents.h | |||
---|---|---|---|---|
/** XcmEvents.h | /** XcmEvents.h | |||
* | * | |||
* A small X11 colour management event observer. | * A small X11 colour management event observer. | |||
* | * | |||
* @author Kai-Uwe Behrmann <ku.b@gmx.de> | * @author Kai-Uwe Behrmann <ku.b@gmx.de> | |||
* @par License: | * @par License: | |||
* MIT <http://www.opensource.org/licenses/mit-license.php> | * MIT <http://www.opensource.org/licenses/mit-license.php> | |||
* @par Copyright: | * @par Copyright: | |||
* 2009-2010 - Kai-Uwe Behrmann <ku.b@gmx.de> | * 2009-2013 - Kai-Uwe Behrmann <ku.b@gmx.de> | |||
* | * | |||
*/ | */ | |||
#ifndef XCM_EVENTS_H | #ifndef XCM_EVENTS_H | |||
#define XCM_EVENTS_H | #define XCM_EVENTS_H | |||
#include "XcmVersion.h" | #include "XcmVersion.h" | |||
#ifdef XCM_HAVE_X11 | #ifdef XCM_HAVE_X11 | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
XcmVersion.h | XcmVersion.h | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
*/ | */ | |||
#ifndef __XCM_VERSION_H__ | #ifndef __XCM_VERSION_H__ | |||
#define __XCM_VERSION_H__ | #define __XCM_VERSION_H__ | |||
#define XCM_HAVE_X11 1 | #define XCM_HAVE_X11 1 | |||
#define XCM_HAVE_LINUX 1 | #define XCM_HAVE_LINUX 1 | |||
#define XCM_VERSION_MAJOR 0 | #define XCM_VERSION_MAJOR 0 | |||
#define XCM_VERSION_MINOR 5 | #define XCM_VERSION_MINOR 5 | |||
#define XCM_VERSION_MICRO 2 | #define XCM_VERSION_MICRO 3 | |||
#define XCM_VERSION 0.5.2 | #define XCM_VERSION 0.5.3 | |||
#define XCM_VERSION_NUM (0*10000+5*100+2) | #define XCM_VERSION_NUM (0*10000+5*100+3) | |||
#define XCM_LIB_VERSION 0:5:0 | #define XCM_LIB_VERSION 0:5:0 | |||
#endif /* __XCM_VERSION_H__ */ | #endif /* __XCM_VERSION_H__ */ | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||