From caa910e492e4d15208f3d179021687c25a84f36e Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 29 Jun 2005 18:46:53 +0000 Subject: Import Xcursor 1.1.4 from freedesktop.org xlibs tree. --- include/X11/Xcursor/Xcursor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/X11/Xcursor/Xcursor.h b/include/X11/Xcursor/Xcursor.h index d9d2e91..21a5dcc 100644 --- a/include/X11/Xcursor/Xcursor.h +++ b/include/X11/Xcursor/Xcursor.h @@ -1,4 +1,5 @@ /* + * $Id$ * * Copyright © 2002 Keith Packard * @@ -76,7 +77,7 @@ typedef XcursorUInt XcursorPixel; #define XCURSOR_LIB_MAJOR 1 #define XCURSOR_LIB_MINOR 1 -#define XCURSOR_LIB_REVISION 2 +#define XCURSOR_LIB_REVISION 4 #define XCURSOR_LIB_VERSION ((XCURSOR_LIB_MAJOR * 10000) + \ (XCURSOR_LIB_MINOR * 100) + \ (XCURSOR_LIB_REVISION)) -- cgit v1.2.3