diff options
-rw-r--r-- | wayland/wayland-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/wayland-server.c b/wayland/wayland-server.c index d4fdfc7..2019cb4 100644 --- a/wayland/wayland-server.c +++ b/wayland/wayland-server.c @@ -313,7 +313,7 @@ wl_client_post_global(struct wl_client *client, struct wl_object *object) wl_client_post_event(client, &client->display->object, WL_DISPLAY_GLOBAL, - object, + object->id, object->interface->name, object->interface->version); } |