mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-23 05:31:09 +00:00
wayland: Fix building without Vulkan support
This commit is contained in:
parent
02563f75b4
commit
124405a0bc
|
@ -92,6 +92,9 @@ typedef struct {
|
||||||
SDL_bool done;
|
SDL_bool done;
|
||||||
} SDL_WaylandOutputData;
|
} SDL_WaylandOutputData;
|
||||||
|
|
||||||
|
/* Needed to get wl_surface declaration, fixes GitHub#4594 */
|
||||||
|
#include "SDL_waylanddyn.h"
|
||||||
|
|
||||||
extern void SDL_WAYLAND_register_surface(struct wl_surface *surface);
|
extern void SDL_WAYLAND_register_surface(struct wl_surface *surface);
|
||||||
extern void SDL_WAYLAND_register_output(struct wl_output *output);
|
extern void SDL_WAYLAND_register_output(struct wl_output *output);
|
||||||
extern SDL_bool SDL_WAYLAND_own_surface(struct wl_surface *surface);
|
extern SDL_bool SDL_WAYLAND_own_surface(struct wl_surface *surface);
|
||||||
|
|
Loading…
Reference in a new issue