DeviceEvent: active_touches needs marker that it's XI 2.1

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
Peter Hutterer 2011-08-24 09:07:22 +10:00 committed by Chase Douglas
parent f469fa99ae
commit b025106fe8

View file

@ -1944,9 +1944,11 @@ For a detailed description of classes, see the XQueryDevice request.
buttons: SETofBUTTONMASK
valuators: SETofVALUATORMASK
axisvalues: LISTofFP3232
active_touches: CARD32
active_touches*: CARD32
└───
* since XI 2.1
BUTTONBIT { (1 << Button1), (1 << Button2), ... , (1 << ButtonN) }
VALUATORBIT { (1 << 1), ( 1 << 2), ... ( 1 << n) }