diff options
Diffstat (limited to 'src/wayland-client.h')
-rw-r--r-- | src/wayland-client.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wayland-client.h b/src/wayland-client.h index dc5aa5f..53b323d 100644 --- a/src/wayland-client.h +++ b/src/wayland-client.h @@ -44,8 +44,9 @@ int wl_proxy_add_listener(struct wl_proxy *proxy, void wl_proxy_set_user_data(struct wl_proxy *proxy, void *user_data); void *wl_proxy_get_user_data(struct wl_proxy *proxy); -void wl_display_bind(struct wl_display *display, - uint32_t id, const char *interface, uint32_t version); +void *wl_display_bind(struct wl_display *display, + uint32_t name, const struct wl_interface *interface); + struct wl_callback *wl_display_sync(struct wl_display *display); #include "wayland-client-protocol.h" |