From 157a7984f1d2e2630191b6d392bc15975a3786db Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 9 Feb 2007 11:37:54 +1030 Subject: [PATCH] add missing XWarpDevicePointer declaration --- XInput.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/XInput.h b/XInput.h index fcc5eae..96696ba 100644 --- a/XInput.h +++ b/XInput.h @@ -1269,6 +1269,19 @@ extern Bool XQueryDevicePointer( Bool* /* shared */ ); +extern Bool XWarpDevicePointer( + Display* /* display */, + XDevice* /* device */, + Window /* src_win */, + Window /* dst_win */, + int /* src_x */, + int /* src_y */, + unsigned int /* src_width */, + unsigned int /* src_height */, + int /* dst_x */, + int /* dst_y */ +); + extern Status XDefineDeviceCursor( Display* /* display */, XDevice* /* device */, -- 2.7.4