summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Linhart <chris@demorecorder.com>2016-01-18 06:52:03 +0100
committerChristian Linhart <chris@demorecorder.com>2016-01-27 06:39:14 +0100
commit2ba8cdb2ef7d12b9615329b50ff14d69e6fa4a37 (patch)
treea897761ea55673ad16057821a532f1afffb5898d /src
parent21b11ee553a0bf074e9672be9107e11c97704195 (diff)
downloadxcb-proto-2ba8cdb2ef7d12b9615329b50ff14d69e6fa4a37.tar.gz
enforce serialization of pads where needed for ABI compat
Signed-off-by: Christian Linhart <chris@demorecorder.com>
Diffstat (limited to 'src')
-rw-r--r--src/xkb.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xkb.xml b/src/xkb.xml
index 06488e7..8778c07 100644
--- a/src/xkb.xml
+++ b/src/xkb.xml
@@ -1356,7 +1356,7 @@ authorization from the authors.
<list name="acts_rtrn_count" type="CARD8">
<fieldref>nKeyActions</fieldref>
</list>
- <pad align="4" />
+ <pad align="4" serialize="true"/>
<list name="acts_rtrn_acts" type="Action">
<fieldref>totalActions</fieldref>
</list>
@@ -1372,21 +1372,21 @@ authorization from the authors.
<list name="vmods_rtrn" type="CARD8" mask="ModMask">
<popcount><fieldref>virtualMods</fieldref></popcount>
</list>
- <pad align="4" />
+ <pad align="4" serialize="true" />
</bitcase>
<bitcase>
<enumref ref="MapPart">ExplicitComponents</enumref>
<list name="explicit_rtrn" type="SetExplicit">
<fieldref>totalKeyExplicit</fieldref>
</list>
- <pad align="4" />
+ <pad align="4" serialize="true" />
</bitcase>
<bitcase>
<enumref ref="MapPart">ModifierMap</enumref>
<list name="modmap_rtrn" type="KeyModMap">
<fieldref>totalModMapKeys</fieldref>
</list>
- <pad align="4" />
+ <pad align="4" serialize="true" />
</bitcase>
<bitcase>
<enumref ref="MapPart">VirtualModMap</enumref>
@@ -1670,7 +1670,7 @@ authorization from the authors.
<fieldref>nKTLevels</fieldref> -->
<fieldref>nTypes</fieldref>
</list>
- <pad align="4" />
+ <pad align="4" serialize="true" />
<list name="ktLevelNames" type="ATOM">
<sumof ref="nLevelsPerType" />
</list>