summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-03-03 14:53:23 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-11 14:26:07 +1000
commit2d5bdbe0fad5f22f153aa74e38aa3a1ca09d4192 (patch)
tree417b0b98fb52bf79634f7d8695f29f49f9312ae0 /src
parent6be974ec5597ef37fbd3a6057d52a38356f544e0 (diff)
Change XIGetClientPtr to take an int, not an XID
Diffstat (limited to 'src')
-rw-r--r--src/XGetCPtr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XGetCPtr.c b/src/XGetCPtr.c
index 7d96284..e6a0050 100644
--- a/src/XGetCPtr.c
+++ b/src/XGetCPtr.c
@@ -39,7 +39,7 @@ in this Software without prior written authorization from The Open Group.
#include "XIint.h"
Bool
-XIGetClientPointer(Display* dpy, Window win, XID* deviceid)
+XIGetClientPointer(Display* dpy, Window win, int *deviceid)
{
xXIGetClientPointerReq *req;
xXIGetClientPointerReply rep;