diff options
-rw-r--r-- | include/X11/extensions/Xcomposite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/Xcomposite.h b/include/X11/extensions/Xcomposite.h index 775af7c..62ae31a 100644 --- a/include/X11/extensions/Xcomposite.h +++ b/include/X11/extensions/Xcomposite.h @@ -35,7 +35,7 @@ */ #define XCOMPOSITE_MAJOR COMPOSITE_MAJOR #define XCOMPOSITE_MINOR COMPOSITE_MINOR -#define XCOMPOSITE_REVISION 1 +#define XCOMPOSITE_REVISION 2 #define XCOMPOSITE_VERSION ((XCOMPOSITE_MAJOR * 10000) + (XCOMPOSITE_MINOR * 100) + (XCOMPOSITE_REVISION)) _XFUNCPROTOBEGIN |