diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 9418c62f..644a1d24 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -242,7 +242,7 @@
-
+
@@ -308,6 +308,13 @@
For all wl_shm formats and unless specified in another protocol
extension, pre-multiplied alpha is used for pixel values.
+
+ Except for the first two entries (argb8888 and xrgb8888), this enum is
+ deprecated. Compositors and clients should use the macros in drm_fourcc.h
+ instead. Compositors are allowed to announce formats that are not members
+ of this enum. Clients may used any format that the compositor has
+ announced, even if it is not a member of this enum. The generated
+ validation function for this enum should not be used.
@@ -455,7 +462,7 @@
can be used for buffers. Known formats include
argb8888 and xrgb8888.
-
+