[PATCH 2.5/3 wayland] protocol: add the new bitfields to the dtd
Peter Hutterer
peter.hutterer at who-t.net
Mon Nov 9 15:34:32 PST 2015
See 851614fa78862499e016c5718e730fefbb8e3b73
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
protocol/wayland.dtd | 2 ++
1 file changed, 2 insertions(+)
diff --git a/protocol/wayland.dtd b/protocol/wayland.dtd
index e28dbc0..15f20ab 100644
--- a/protocol/wayland.dtd
+++ b/protocol/wayland.dtd
@@ -14,6 +14,7 @@
<!ELEMENT enum (description?,entry*)>
<!ATTLIST enum name CDATA #REQUIRED>
<!ATTLIST enum since CDATA #IMPLIED>
+ <!ATTLIST enum bitfield CDATA #IMPLIED>
<!ELEMENT entry (description?)>
<!ATTLIST entry name CDATA #REQUIRED>
<!ATTLIST entry value CDATA #REQUIRED>
@@ -25,5 +26,6 @@
<!ATTLIST arg summary CDATA #IMPLIED>
<!ATTLIST arg interface CDATA #IMPLIED>
<!ATTLIST arg allow-null CDATA #IMPLIED>
+ <!ATTLIST arg enum CDATA #IMPLIED>
<!ELEMENT description (#PCDATA)>
<!ATTLIST description summary CDATA #REQUIRED>
--
2.4.3
More information about the wayland-devel
mailing list