|
@@ -46,6 +46,8 @@ SDL_WAYLAND_SYM(uint32_t, wl_proxy_get_version, (struct wl_proxy *))
|
|
SDL_WAYLAND_SYM(uint32_t, wl_proxy_get_id, (struct wl_proxy *))
|
|
SDL_WAYLAND_SYM(uint32_t, wl_proxy_get_id, (struct wl_proxy *))
|
|
SDL_WAYLAND_SYM(const char *, wl_proxy_get_class, (struct wl_proxy *))
|
|
SDL_WAYLAND_SYM(const char *, wl_proxy_get_class, (struct wl_proxy *))
|
|
SDL_WAYLAND_SYM(void, wl_proxy_set_queue, (struct wl_proxy *, struct wl_event_queue *))
|
|
SDL_WAYLAND_SYM(void, wl_proxy_set_queue, (struct wl_proxy *, struct wl_event_queue *))
|
|
|
|
+SDL_WAYLAND_SYM(void *, wl_proxy_create_wrapper, (void *))
|
|
|
|
+SDL_WAYLAND_SYM(void, wl_proxy_wrapper_destroy, (void *))
|
|
SDL_WAYLAND_SYM(struct wl_display *, wl_display_connect, (const char *))
|
|
SDL_WAYLAND_SYM(struct wl_display *, wl_display_connect, (const char *))
|
|
SDL_WAYLAND_SYM(struct wl_display *, wl_display_connect_to_fd, (int))
|
|
SDL_WAYLAND_SYM(struct wl_display *, wl_display_connect_to_fd, (int))
|
|
SDL_WAYLAND_SYM(void, wl_display_disconnect, (struct wl_display *))
|
|
SDL_WAYLAND_SYM(void, wl_display_disconnect, (struct wl_display *))
|
|
@@ -58,6 +60,7 @@ SDL_WAYLAND_SYM(int, wl_display_get_error, (struct wl_display *))
|
|
SDL_WAYLAND_SYM(int, wl_display_flush, (struct wl_display *))
|
|
SDL_WAYLAND_SYM(int, wl_display_flush, (struct wl_display *))
|
|
SDL_WAYLAND_SYM(int, wl_display_roundtrip, (struct wl_display *))
|
|
SDL_WAYLAND_SYM(int, wl_display_roundtrip, (struct wl_display *))
|
|
SDL_WAYLAND_SYM(struct wl_event_queue *, wl_display_create_queue, (struct wl_display *))
|
|
SDL_WAYLAND_SYM(struct wl_event_queue *, wl_display_create_queue, (struct wl_display *))
|
|
|
|
+SDL_WAYLAND_SYM(void, wl_event_queue_destroy, (struct wl_event_queue *))
|
|
SDL_WAYLAND_SYM(void, wl_log_set_handler_client, (wl_log_func_t))
|
|
SDL_WAYLAND_SYM(void, wl_log_set_handler_client, (wl_log_func_t))
|
|
SDL_WAYLAND_SYM(void, wl_list_init, (struct wl_list *))
|
|
SDL_WAYLAND_SYM(void, wl_list_init, (struct wl_list *))
|
|
SDL_WAYLAND_SYM(void, wl_list_insert, (struct wl_list *, struct wl_list *) )
|
|
SDL_WAYLAND_SYM(void, wl_list_insert, (struct wl_list *, struct wl_list *) )
|