summaryrefslogtreecommitdiff
path: root/src/SetPntMap.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:26:57 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:26:57 +0000
commitac8f15d8622a23dd57928f1c40da5ecafbb31492 (patch)
treeb465a0b386ce699c33c736b3a341a183901f7f17 /src/SetPntMap.c
parent917de4a98eeb9a7eafeab7ddd8e1b1ae6aae6514 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'src/SetPntMap.c')
-rw-r--r--src/SetPntMap.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/SetPntMap.c b/src/SetPntMap.c
index 80dd63a..b4ea39f 100644
--- a/src/SetPntMap.c
+++ b/src/SetPntMap.c
@@ -24,24 +24,18 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/X11/SetPntMap.c,v 1.4 2001/12/14 19:54:06 dawes Exp $ */
+/* $XFree86: xc/lib/X11/SetPntMap.c,v 1.5 2003/11/17 22:20:08 dawes Exp $ */
#define NEED_REPLIES
#include "Xlibint.h"
/* returns either DeviceMappingSuccess or DeviceMappingBusy */
-#if NeedFunctionPrototypes
-int XSetPointerMapping (
+int
+XSetPointerMapping (
register Display *dpy,
_Xconst unsigned char *map,
int nmaps)
-#else
-int XSetPointerMapping (dpy, map, nmaps)
- register Display *dpy;
- unsigned char *map;
- int nmaps;
-#endif
{
register xSetPointerMappingReq *req;
xSetPointerMappingReply rep;