mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-05 06:28:02 +02:00
enforce serialization of pads where needed for ABI compat
Signed-off-by: Christian Linhart <chris@demorecorder.com>
This commit is contained in:
parent
21b11ee553
commit
2ba8cdb2ef
1 changed files with 5 additions and 5 deletions
10
src/xkb.xml
10
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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue