Fix static build with libdecor 0.2.0
parent
5d6d149862
commit
4ce935b910
|
@ -221,10 +221,10 @@ SDL_WAYLAND_SYM(int, libdecor_dispatch, (struct libdecor *, int))
|
||||||
|
|
||||||
#if defined(SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_LIBDECOR) || defined(SDL_HAVE_LIBDECOR_VER_0_2_0)
|
#if defined(SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_LIBDECOR) || defined(SDL_HAVE_LIBDECOR_VER_0_2_0)
|
||||||
/* Only found in libdecor 0.1.1 or higher, so failure to load them is not fatal. */
|
/* Only found in libdecor 0.1.1 or higher, so failure to load them is not fatal. */
|
||||||
SDL_WAYLAND_SYM_OPT(void, libdecor_frame_get_min_content_size, (struct libdecor_frame *,\
|
SDL_WAYLAND_SYM_OPT(void, libdecor_frame_get_min_content_size, (const struct libdecor_frame *,\
|
||||||
int *,\
|
int *,\
|
||||||
int *))
|
int *))
|
||||||
SDL_WAYLAND_SYM_OPT(void, libdecor_frame_get_max_content_size, (struct libdecor_frame *,\
|
SDL_WAYLAND_SYM_OPT(void, libdecor_frame_get_max_content_size, (const struct libdecor_frame *,\
|
||||||
int *,\
|
int *,\
|
||||||
int *))
|
int *))
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue