Bind globals to client provided object IDs

This commit is contained in:
Kristian Høgsberg 2011-08-19 13:44:01 -04:00
parent a7c6824328
commit e908893080
6 changed files with 30 additions and 43 deletions

View file

@ -87,7 +87,7 @@ void wl_display_add_object(struct wl_display *display,
typedef void (*wl_global_bind_func_t)(struct wl_client *client,
struct wl_object *global,
uint32_t version);
uint32_t version, uint32_t id);
int wl_display_add_global(struct wl_display *display,
struct wl_object *object,