From 207a7f3d5bd559ffb67de2910795d7cd6508ce09 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 24 Aug 2009 15:31:55 +1000 Subject: Update XIWarpPointer to take doubles (inputproto >= 1.9.99.902) Signed-off-by: Peter Hutterer --- man/XIWarpPointer.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man') 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. -- cgit v1.2.3