add missing XWarpDevicePointer declaration
authorPeter Hutterer <peter@cs.unisa.edu.au>
Fri, 9 Feb 2007 01:07:54 +0000 (11:37 +1030)
committerPeter Hutterer <whot@hyena.localdomain>
Fri, 9 Feb 2007 01:07:54 +0000 (11:37 +1030)
XInput.h

index fcc5eae..96696ba 100644 (file)
--- 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 */,