diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 5dce5323..12396911 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1743,6 +1743,14 @@
+
+
+ These errors can be emitted in response to wl_seat requests.
+
+
+
+
This is emitted whenever a seat gains or loses the pointer,
@@ -1781,7 +1789,8 @@
This request only takes effect if the seat has the pointer
capability, or has had the pointer capability in the past.
It is a protocol violation to issue this request on a seat that has
- never had the pointer capability.
+ never had the pointer capability. The missing_capability error will
+ be sent in this case.
@@ -1794,7 +1803,8 @@
This request only takes effect if the seat has the keyboard
capability, or has had the keyboard capability in the past.
It is a protocol violation to issue this request on a seat that has
- never had the keyboard capability.
+ never had the keyboard capability. The missing_capability error will
+ be sent in this case.
@@ -1807,7 +1817,8 @@
This request only takes effect if the seat has the touch
capability, or has had the touch capability in the past.
It is a protocol violation to issue this request on a seat that has
- never had the touch capability.
+ never had the touch capability. The missing_capability error will
+ be sent in this case.