diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-09-09 14:43:03 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-03 09:54:16 +1000 |
commit | 11b1e8ea7bc160cf9a42231742eedb0e7fefa222 (patch) | |
tree | 4e470e9a8b4a7a1888cac1f94a27f2bfd08dfeac | |
parent | 19ac7ef23e7ff07068a63d1553159e7cb3ad2576 (diff) |
Rename XSetCPtr.c to XISetCPtr.c.
XISetClientPointer is an XI2.0 call and should be named accordingly.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/XISetCPtr.c (renamed from src/XSetCPtr.c) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 76b10e2..c036ae7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,6 +9,7 @@ XI2_sources = XIAllowEvents.c \ XIPassiveGrab.c \ XIProperties.c \ XISelEv.c \ + XISetCPtr.c \ XIWarpPointer.c \ XIHierarchy.c \ XIDefineCursor.c \ @@ -48,7 +49,6 @@ libXi_la_SOURCES = \ XQueryDv.c \ XSelect.c \ XSetBMap.c \ - XSetCPtr.c \ XSetDVal.c \ XSetMMap.c \ XSetMode.c \ diff --git a/src/XSetCPtr.c b/src/XISetCPtr.c index 36efc30..4948598 100644 --- a/src/XSetCPtr.c +++ b/src/XISetCPtr.c @@ -40,7 +40,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/extensions/extutil.h> #include "XIint.h" -Status +Status XISetClientPointer(Display* dpy, Window win, int deviceid) { xXISetClientPointerReq* req; |