Fixed compiler warning if dynamic X11 loading isn't enabled.

main
Sam Lantinga 2013-10-17 17:38:55 -07:00
parent 7db31223e6
commit 14e13e13c4
1 changed files with 2 additions and 0 deletions

View File

@ -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)