From: Alex Plotnick Date: Thu, 13 Oct 2011 19:08:23 +0000 (-0400) Subject: Corrected type of FakeInput rootX & rootY fields X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ae971edce37ad96ef0b8a6059c1f853e88fcf3;p=free-sw%2Fxcb%2Fproto Corrected type of FakeInput rootX & rootY fields The FakeInput request defined by the XTEST extension has two fields, rootX and rootY, that are used to indicate relative or absolute pointer coordinates for fake motion events. These fields are of type INT16, not CARD16. (They must be signed to allow for negative relative motions and to align with the root-x and root-y fields of MotionNotify events.) Signed-off-by: Peter Harris --- diff --git a/src/xtest.xml b/src/xtest.xml index e481929..7f0b262 100644 --- a/src/xtest.xml +++ b/src/xtest.xml @@ -88,8 +88,8 @@ authorization from the authors. - - + +