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

@ -49,6 +49,7 @@ struct wl_interface {
#define WL_DISPLAY_INVALID_METHOD 1
#define WL_DISPLAY_NO_MEMORY 2
#define WL_DISPLAY_GLOBAL 3
#define WL_DISPLAY_RANGE 4
extern const struct wl_interface wl_display_interface;