From: Ran Benita Date: Mon, 12 Aug 2013 07:55:02 +0000 (+0300) Subject: xkb: Add missing 'supported' field to GetNamedIndicator reply X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56a0599d631788d835c977221b40f131c07de36;p=free-sw%2Fxcb%2Fproto xkb: Add missing 'supported' field to GetNamedIndicator reply The protocol encoding has it: http://www.x.org/releases/current/doc/kbproto/xkbproto.html#appD::Requests 1 CARD8 opcode 1 15 xkb-opcode [...] 1 1 Reply 1 CARD8 deviceID 2 CARD16 sequence number [...] 4 SETofKB_BOOLCTRL map.ctrls 1 BOOL supported 3 unused And xkbGetNamedIndicatorReply in XKBproto.h also. Finally, the server does send it, though it's always TRUE. Signed-off-by: Ran Benita Reviewed-by: Daniel Martin --- diff --git a/src/xkb.xml b/src/xkb.xml index b4b87af..a5f808e 100644 --- a/src/xkb.xml +++ b/src/xkb.xml @@ -1620,6 +1620,7 @@ authorization from the authors. +