summaryrefslogtreecommitdiffstats
path: root/wayland-protocol.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-21 22:45:33 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-21 22:45:33 -0500
commit97079ad52c313d4b622110cae978ee7c2392b714 (patch)
tree004e03287519426cee79da9b9e5dfe5a4b440157 /wayland-protocol.c
parentfb6d68ddbe76d2cf716bf6075e6e1afe2caaea1e (diff)
downloadwayland-97079ad52c313d4b622110cae978ee7c2392b714.tar.gz
wayland-97079ad52c313d4b622110cae978ee7c2392b714.tar.xz
wayland-97079ad52c313d4b622110cae978ee7c2392b714.zip
Send client id range as an event.
This also makes the server send the event again when the client is about to exhaust its current client range.
Diffstat (limited to 'wayland-protocol.c')
-rw-r--r--wayland-protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland-protocol.c b/wayland-protocol.c
index 5b20154..4c61810 100644
--- a/wayland-protocol.c
+++ b/wayland-protocol.c
@@ -30,6 +30,7 @@ static const struct wl_message display_events[] = {
{ "invalid_method", "uu" },
{ "no_memory", "" },
{ "global", "osu" },
+ { "range", "u" },
};
WL_EXPORT const struct wl_interface wl_display_interface = {