diff options
Diffstat (limited to 'xkb')
-rw-r--r-- | xkb/xkb.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3073,6 +3073,7 @@ XkbComputeGetIndicatorMapReplySize(XkbIndicatorPtr indicators, nIndicators++; } rep->length = (nIndicators * SIZEOF(xkbIndicatorMapWireDesc)) / 4; + rep->nIndicators = nIndicators; return Success; } |