diff options
author | Ran Benita <ran234@gmail.com> | 2013-08-12 12:18:59 +0300 |
---|---|---|
committer | Daniel Martin <consume.noise@gmail.com> | 2013-08-15 00:23:54 +0200 |
commit | bd7708ac1037e647b094fa7440ebb6171b9bc75f (patch) | |
tree | 1abaa7628d778e59acc4f6a84e1ba691da06cbc7 /autogen.sh | |
parent | e56a0599d631788d835c977221b40f131c07de36 (diff) |
xkb: Add missing LedClass and BellClass enum values
The protocol encoding says:
http://www.x.org/releases/current/doc/kbproto/xkbproto.html#appD::Common_Types
KB_LEDCLASSRESULT
0 KbdFeedbackClass
4 LedFeedbackClass
KB_LEDCLASSSPEC
Encoding same as KB_LEDCLASSRESULT, with the addition of:
#x0300 XkbDfltXIClass
#x0500 XkbAllXIClasses
KB_BELLCLASSRESULT
0 KbdFeedbackClass
5 BellFeedbackClass
KB_BELLCLASSSPEC
Encoding same as KB_BELLCLASSRESULT, with the addition of:
#x0300 XkbDfltXIClass
Note that the spec says something slightly different in another section:
http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Common_Types
KB_LEDCLASSSPEC { KbdFeedbackClass , LedFeedbackClass , DfltXIClass , AllXIClasses , XINone }
KB_BELLCLASSSPEC { KbdFeedbackClass , BellFeedbackClass , DfltXIClass , AllXIClasses }}
From what I could gather, the encoding is the correct one (but I'm not
sure).
Signed-off-by: Ran Benita <ran234@gmail.com>
Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions