Corrected type of FakeInput rootX & rootY fields
authorAlex Plotnick <shrike@netaxs.com>
Thu, 13 Oct 2011 19:08:23 +0000 (15:08 -0400)
committerPeter Harris <pharris@opentext.com>
Thu, 13 Oct 2011 19:08:23 +0000 (15:08 -0400)
commitf3ae971edce37ad96ef0b8a6059c1f853e88fcf3
treecaebadc69c604624f69c43e30ed72dc1fedac4cf
parentdcfcb5845caca87df8b1ab735f05a801e43f5797
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 <pharris@opentext.com>
src/xtest.xml