diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-08-19 17:26:57 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-08-27 12:06:11 -0400 |
commit | 4a39081c1d4a8d9aa3a6c86e48924142a3406b24 (patch) | |
tree | 64fbeecb0ab2e548f0e820b5145bfc9a3e7943c2 /protocol | |
parent | 0e16b00b862533e316385424b7b9bfb61da722b2 (diff) |
Remove range protocol
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 8 |
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"> |