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.
This commit is contained in:
Kristian Høgsberg 2008-12-21 22:45:33 -05:00
parent fb6d68ddbe
commit 97079ad52c
4 changed files with 67 additions and 31 deletions

View file

@ -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 = {