mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Fixed compiler warning if dynamic X11 loading isn't enabled.
This commit is contained in:
parent
7db31223e6
commit
14e13e13c4
@ -131,7 +131,9 @@ SDL_DYNX11FN_XGetICValues pXGetICValues = NULL;
|
|||||||
#undef SDL_X11_SYM
|
#undef SDL_X11_SYM
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef SDL_VIDEO_DRIVER_X11_DYNAMIC
|
||||||
static int x11_load_refcount = 0;
|
static int x11_load_refcount = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
SDL_X11_UnloadSymbols(void)
|
SDL_X11_UnloadSymbols(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user