mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-05 13:29:50 -05:00
Bind globals to client provided object IDs
This commit is contained in:
parent
a7c6824328
commit
e908893080
6 changed files with 30 additions and 43 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue