aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/wayland.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/wayland.dtd')
-rw-r--r--protocol/wayland.dtd2
1 files changed, 2 insertions, 0 deletions
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>