summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-08-24 15:31:55 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-08-24 15:32:59 +1000
commit207a7f3d5bd559ffb67de2910795d7cd6508ce09 (patch)
tree96dffdb1b7dc62cf2832c48e3aa1cf98fad9bdb7 /man
parenta8a8b40fa447c85eb5d1d61ef416d3cf198c72c1 (diff)
Update XIWarpPointer to take doubles (inputproto >= 1.9.99.902)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r--man/XIWarpPointer.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XIWarpPointer.txt b/man/XIWarpPointer.txt
index 7dfaffa..fcf9e69 100644
--- a/man/XIWarpPointer.txt
+++ b/man/XIWarpPointer.txt
@@ -15,12 +15,12 @@ SYNOPSIS
int deviceid,
Window src_w,
Window dest_w,
- int src_x,
- int src_y,
+ double src_x,
+ double src_y,
int src_width,
int src_height,
- int dest_x,
- int dest_y);
+ double dest_x,
+ double dest_y);
dest_w
Specifies the destination window or None.