diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 52bc98f8..a53cb712 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1391,29 +1391,48 @@
-
+
+ The wl_touch interface represents a touchscreen
+ associated with a seat.
+
+ Touch interactions can consist of one or more contacts.
+ For each contact, a series of events is generated, starting
+ with a down event, followed by one or more motion events,
+ and ended with an up event. Events relating to the same
+ contact point can be identified by the ID of the sequence.
+
+ Notifies the client of a new contact point on one
+ of its surfaces.
+
-
-
-
+
+
+
+
+ Notifies the client that a touch has ended.
+
-
+
+
+ Notifies the client that the position of a contact point
+ has changed.
+
-
-
-
+
+
+
@@ -1431,7 +1450,6 @@
-
An output describes part of the compositor geometry. The