# HG changeset patch
# User Jonas Ådahl <jadahl@gmail.com>
# Date 1455693260 -28800
# Node ID 330f500d5815801a22125bcc9836f769d6a661c9
# Parent  0897c3accd52754bcda428286bcfd64d78b9718f
wayland: Add wl_proxy_marshal_constructor_versioned sym

wl_proxy_marshal_constructor_versioned was introduce in wayland-client 1.10.

diff -r 0897c3accd52 -r 330f500d5815 src/video/wayland/SDL_waylanddyn.h
--- a/src/video/wayland/SDL_waylanddyn.h	Thu Feb 25 10:06:33 2016 -0800
+++ b/src/video/wayland/SDL_waylanddyn.h	Wed Feb 17 15:14:20 2016 +0800
@@ -76,6 +76,7 @@
 #define wl_proxy_get_user_data (*WAYLAND_wl_proxy_get_user_data)
 #define wl_proxy_add_listener (*WAYLAND_wl_proxy_add_listener)
 #define wl_proxy_marshal_constructor (*WAYLAND_wl_proxy_marshal_constructor)
+#define wl_proxy_marshal_constructor_versioned (*WAYLAND_wl_proxy_marshal_constructor_versioned)
 
 #define wl_seat_interface (*WAYLAND_wl_seat_interface)
 #define wl_surface_interface (*WAYLAND_wl_surface_interface)
diff -r 0897c3accd52 -r 330f500d5815 src/video/wayland/SDL_waylandsym.h
--- a/src/video/wayland/SDL_waylandsym.h	Thu Feb 25 10:06:33 2016 -0800
+++ b/src/video/wayland/SDL_waylandsym.h	Wed Feb 17 15:14:20 2016 +0800
@@ -67,6 +67,9 @@
 SDL_WAYLAND_MODULE(WAYLAND_CLIENT_1_4)
 SDL_WAYLAND_SYM(struct wl_proxy *, wl_proxy_marshal_constructor, (struct wl_proxy *, uint32_t opcode, const struct wl_interface *interface, ...))
 
+SDL_WAYLAND_MODULE(WAYLAND_CLIENT_1_10)
+SDL_WAYLAND_SYM(struct wl_proxy *, wl_proxy_marshal_constructor_versioned, (struct wl_proxy *proxy, uint32_t opcode, const struct wl_interface *interface, uint32_t version, ...))
+
 SDL_WAYLAND_INTERFACE(wl_seat_interface)
 SDL_WAYLAND_INTERFACE(wl_surface_interface)
 SDL_WAYLAND_INTERFACE(wl_shm_pool_interface)
