mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
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:
parent
fb6d68ddbe
commit
97079ad52c
4 changed files with 67 additions and 31 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue