server: Add wl_resource_get_id()

This commit is contained in:
Kristian Høgsberg 2013-06-07 01:00:30 -04:00
parent 57f74af278
commit bca4124045
2 changed files with 8 additions and 0 deletions

View file

@ -256,6 +256,8 @@ wl_client_get_display(struct wl_client *client);
void
wl_resource_destroy(struct wl_resource *resource);
uint32_t
wl_resource_get_id(struct wl_resource *resource);
struct wl_list *
wl_resource_get_link(struct wl_resource *resource);
struct wl_client *