summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-11-10 09:34:32 +1000
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-11-17 14:36:21 +0200
commite65aed46168fc86a7e78db071472278ea533f526 (patch)
treef8d4a4da24d7cb024fb4a9d89f9a2b7e13c68986
parent0e8619211476ec38610108850033f6aee21f1978 (diff)
downloadwayland-e65aed46168fc86a7e78db071472278ea533f526.tar.gz
protocol: add the new bitfields to the dtd
See 851614fa78862499e016c5718e730fefbb8e3b73 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Auke Booij <auke@tulcod.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-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>