Skip to content

Commit

Permalink
Fixes prototype declaration for wl_proxy_marshal_constructor [Wayland…
Browse files Browse the repository at this point in the history
… 1.4]
  • Loading branch information
gabomdq committed Jan 16, 2014
1 parent 838e76c commit 129640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/wayland/SDL_waylandsym.h
Expand Up @@ -53,7 +53,7 @@ SDL_WAYLAND_SYM(void, wl_list_insert_list, (struct wl_list *, struct wl_list *))

/* These functions are available in Wayland >= 1.4 */
SDL_WAYLAND_MODULE(WAYLAND_CLIENT_1_4)
SDL_WAYLAND_SYM(void, wl_proxy_marshal_constructor, (uint32_t opcode, const struct wl_interface *interface, ...))
SDL_WAYLAND_SYM(struct wl_proxy *, wl_proxy_marshal_constructor, (struct wl_proxy *, uint32_t opcode, const struct wl_interface *interface, ...))

SDL_WAYLAND_INTERFACE(wl_seat_interface)
SDL_WAYLAND_INTERFACE(wl_surface_interface)
Expand Down

0 comments on commit 129640a

Please sign in to comment.