From: Christian Linhart Date: Mon, 18 Aug 2014 12:59:41 +0000 (+0200) Subject: xinput: enum InputClass: comment value Attach 7 X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b08d46f699b8a548cf2b9f500da26b11428ebf;hp=63b08d46f699b8a548cf2b9f500da26b11428ebf;p=free-sw%2Fxcb%2Fproto xinput: enum InputClass: comment value Attach 7 The value Attach=7 is defined in XI.h but not supported anymore by libXi. And it never was transmitted over the protocol. (It was used to tag a fake class created by libXi) Add this comment so that future reviews will not accidentally add this value. spec: http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI.h#n242 drop of support in libXi: http://cgit.freedesktop.org/xorg/lib/libXi/commit/?id=62858c426e6de1b99df660251737233afd335302 ---