summaryrefslogtreecommitdiff
path: root/protocol/wayland.xml
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/wayland.xml')
-rw-r--r--protocol/wayland.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 48ba68a..7e6392a 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -76,6 +76,10 @@
<arg name="name" type="uint" />
</event>
+ <!-- Server has deleted the id and client can now reuse it. -->
+ <event name="delete_id">
+ <arg name="id" type="uint" />
+ </event>
</interface>
<interface name="wl_callback" version="1">