From: Christian Linhart Date: Mon, 18 Aug 2014 12:59:52 +0000 (+0200) Subject: xinput: struct XIDeviceInfo.type: altenum to enum X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?p=free-sw%2Fxcb%2Fproto;a=commitdiff_plain;h=319220781c4744fc8b70b1e2414eefdc1999c453 xinput: struct XIDeviceInfo.type: altenum to enum field "type": replace altenum by enum because only the values of DeviceType are permitted spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt#n669 http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt#n763 notes to the spec: * the field is called "use" in the spec, instead of "type" * the enum is called "DEVICEUSE" in the spec, instead of "DeviceType" --- diff --git a/src/xinput.xml b/src/xinput.xml index 5cfa9f9..d53b777 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -1491,7 +1491,7 @@ authorization from the authors. - +