<field type="POINTFIX" name="p1" />
<field type="POINTFIX" name="p2" />
<field type="CARD32" name="num_stops" />
+ <list type="FIXED" name="stops">
+ <fieldref>num_stops</fieldref>
+ </list>
+ <list type="COLOR" name="colors">
+ <fieldref>num_stops</fieldref>
+ </list>
</request>
<request name="CreateRadialGradient" opcode="35">
<field type="FIXED" name="inner_radius" />
<field type="FIXED" name="outer_radius" />
<field type="CARD32" name="num_stops" />
+ <list type="FIXED" name="stops">
+ <fieldref>num_stops</fieldref>
+ </list>
+ <list type="COLOR" name="colors">
+ <fieldref>num_stops</fieldref>
+ </list>
</request>
<request name="CreateConicalGradient" opcode="36">
<field type="POINTFIX" name="center" />
<field type="FIXED" name="angle" /> <!-- degrees -->
<field type="CARD32" name="num_stops" />
+ <list type="FIXED" name="stops">
+ <fieldref>num_stops</fieldref>
+ </list>
+ <list type="COLOR" name="colors">
+ <fieldref>num_stops</fieldref>
+ </list>
</request>
</xcb>