summaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-08-19 17:26:57 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-08-19 17:26:57 -0400
commit3e0d4de6ea7e62efdf1269614a43022a996f66d7 (patch)
tree10cb1feb9382e4604ac6836d7b1ee362cbaa4fa4 /protocol
parentDestroy client resource by walking client hash table (diff)
downloadwayland-3e0d4de6ea7e62efdf1269614a43022a996f66d7.tar
wayland-3e0d4de6ea7e62efdf1269614a43022a996f66d7.tar.gz
wayland-3e0d4de6ea7e62efdf1269614a43022a996f66d7.tar.bz2
wayland-3e0d4de6ea7e62efdf1269614a43022a996f66d7.tar.lz
wayland-3e0d4de6ea7e62efdf1269614a43022a996f66d7.tar.xz
wayland-3e0d4de6ea7e62efdf1269614a43022a996f66d7.tar.zst
wayland-3e0d4de6ea7e62efdf1269614a43022a996f66d7.zip
Remove range protocol
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 70b505d..23a70e7 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -76,14 +76,6 @@
<arg name="id" type="uint" />
</event>
- <!-- Internal, deprecated, and will be changed. This is an object
- IDs range that is used by the client to allocate object IDs
- in "new_id" type arguments. The server sends range
- allocations to the client before the next range is about to
- be depleted. -->
- <event name="range">
- <arg name="base" type="uint"/>
- </event>
</interface>
<interface name="wl_callback" version="1">