From f3ae971edce37ad96ef0b8a6059c1f853e88fcf3 Mon Sep 17 00:00:00 2001 From: Alex Plotnick Date: Thu, 13 Oct 2011 15:08:23 -0400 Subject: [PATCH] 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 --- src/xtest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. - - + + -- 2.34.1