summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2013-04-16 14:29:51 -0400
committerPeter Harris <pharris@opentext.com>2013-04-16 14:50:32 -0400
commitf05f44554f519003c108534782208e638d368946 (patch)
tree3e8f8a2c45eb27201f031c1e54a220d959c9cb16
parentb3b5e029e7ad4426a702b6b691a9b39dcaa9804e (diff)
XKB: Fix calculation in GetIndicatorMap
Contrary to the spec, the server doesn't set nIndicators. Signed-off-by: Peter Harris <pharris@opentext.com>
-rw-r--r--src/xkb.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xkb.xml b/src/xkb.xml
index 5e18ee8..9b1c688 100644
--- a/src/xkb.xml
+++ b/src/xkb.xml
@@ -1536,7 +1536,7 @@ authorization from the authors.
<field name="nIndicators" type="CARD8" />
<pad bytes="15" />
<list name="maps" type="IndicatorMap">
- <fieldref>nIndicators</fieldref>
+ <popcount><fieldref>which</fieldref></popcount>
</list>
</reply>
</request>