Fixed compiler warning if dynamic X11 loading isn't enabled.
--HG-- extra : rebase_source : fa6d88273a5c3ab0f501f90bb98340bfedf5a086
This commit is contained in:
parent
277d7b5c2c
commit
0e2c364251
1 changed files with 2 additions and 0 deletions
|
@ -131,7 +131,9 @@ SDL_DYNX11FN_XGetICValues pXGetICValues = NULL;
|
|||
#undef SDL_X11_SYM
|
||||
|
||||
|
||||
#ifdef SDL_VIDEO_DRIVER_X11_DYNAMIC
|
||||
static int x11_load_refcount = 0;
|
||||
#endif
|
||||
|
||||
void
|
||||
SDL_X11_UnloadSymbols(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue