diff options
Diffstat (limited to 'src/wayland-client.h')
-rw-r--r-- | src/wayland-client.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/wayland-client.h b/src/wayland-client.h index fbbee09..aa92afb 100644 --- a/src/wayland-client.h +++ b/src/wayland-client.h @@ -51,23 +51,6 @@ void *wl_proxy_get_user_data(struct wl_proxy *proxy); uint32_t wl_proxy_get_id(struct wl_proxy *proxy); void wl_proxy_set_queue(struct wl_proxy *proxy, struct wl_event_queue *queue); -void *wl_display_bind(struct wl_display *display, - uint32_t name, const struct wl_interface *interface); - -static inline void -wl_display_set_user_data(struct wl_display *display, void *user_data) -{ - wl_proxy_set_user_data((struct wl_proxy *) display, user_data); -} - -static inline void * -wl_display_get_user_data(struct wl_display *display) -{ - return wl_proxy_get_user_data((struct wl_proxy *) display); -} - -struct wl_callback *wl_display_sync(struct wl_display *display); - #include "wayland-client-protocol.h" typedef int (*wl_display_update_func_t)(uint32_t mask, void *data); |