From 319220781c4744fc8b70b1e2414eefdc1999c453 Mon Sep 17 00:00:00 2001 From: Christian Linhart Date: Mon, 18 Aug 2014 14:59:52 +0200 Subject: [PATCH] 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" --- src/xinput.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. - + -- 2.34.1