Add wl_client_get_object()

This commit is contained in:
Kristian Høgsberg 2012-04-27 11:28:06 -04:00
parent 4fd3696f98
commit ac73a74f43
2 changed files with 8 additions and 0 deletions

View file

@ -118,6 +118,8 @@ struct wl_resource *
wl_client_new_object(struct wl_client *client,
const struct wl_interface *interface,
const void *implementation, void *data);
struct wl_resource *
wl_client_get_object(struct wl_client *client, uint32_t id);
struct wl_listener {
struct wl_list link;