diff options
Diffstat (limited to 'libxcb')
-rw-r--r-- | libxcb/xcb-proto/src/xtest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxcb/xcb-proto/src/xtest.xml b/libxcb/xcb-proto/src/xtest.xml index e481929b7..7f0b2623c 100644 --- a/libxcb/xcb-proto/src/xtest.xml +++ b/libxcb/xcb-proto/src/xtest.xml @@ -88,8 +88,8 @@ authorization from the authors. <field type="CARD32" name="time" /> <field type="WINDOW" name="root" /> <pad bytes="8" /> - <field type="CARD16" name="rootX" /> - <field type="CARD16" name="rootY" /> + <field type="INT16" name="rootX" /> + <field type="INT16" name="rootY" /> <pad bytes="7" /> <!-- Version 2.2: XInput device --> <field type="CARD8" name="deviceid" /> |