wok-next view xorg-xcb-proto/stuff/patches/xcb-proto-1.12-schema-1.patch @ rev 20646

grub2-efi: ls module embedded
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 02 11:12:13 2018 +0200 (2018-05-02)
parents 9f70134dc7a7
children
line source
1 Submitted By: Bruce Dubbs <bdubbs at linuxfromscratch dot org>
2 Date: 2016-06-01
3 Initial Package Version: 1.12
4 Upstream Status: Not Committed
5 Origin: https://lists.freedesktop.org/archives/xcb/2016-February/010676.html
6 Description: Fixes make check
9 --- a/src/xcb.xsd
10 +++ b/src/xcb.xsd
11 @@ -44,6 +44,15 @@ authorization from the authors.
12 <xsd:complexType>
13 <xsd:attribute name="bytes" type="xsd:integer" use="optional" />
14 <xsd:attribute name="align" type="xsd:integer" use="optional" />
15 + <xsd:attribute name="serialize" type="xsd:boolean" use="optional" />
16 + </xsd:complexType>
17 + </xsd:element>
18 +
19 + <!-- Alignment -->
20 + <xsd:element name="required_start_align" >
21 + <xsd:complexType>
22 + <xsd:attribute name="align" type="xsd:integer" use="required" />
23 + <xsd:attribute name="offset" type="xsd:integer" use="optional" />
24 </xsd:complexType>
25 </xsd:element>
27 @@ -76,14 +85,13 @@ authorization from the authors.
28 <xsd:sequence>
29 <!-- switch(expression) -->
30 <xsd:group ref="expression" minOccurs="1" maxOccurs="1" />
31 + <xsd:element ref="required_start_align" minOccurs="0" maxOccurs="1" />
32 <xsd:choice>
33 <!-- bitcase expression - bit test -->
34 <xsd:element name="bitcase" type="caseexpr" minOccurs="0" maxOccurs="unbounded" />
35 <!-- case expression - value test -->
36 <xsd:element name="case" type="caseexpr" minOccurs="0" maxOccurs="unbounded" />
37 </xsd:choice>
38 - <!-- default: -->
39 - <xsd:group ref="fields" minOccurs="0" maxOccurs="1" />
40 </xsd:sequence>
41 <xsd:attribute name="name" type="xsd:string" use="required" />
42 </xsd:complexType>
43 @@ -201,6 +209,7 @@ authorization from the authors.
44 <xsd:element ref="field" />
45 <xsd:element ref="list" />
46 <xsd:element ref="fd" />
47 + <xsd:element ref="required_start_align" />
48 </xsd:choice>
49 </xsd:group>