summaryrefslogtreecommitdiff
path: root/man/XIWarpPointer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'man/XIWarpPointer.txt')
-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.