Skip to content

Commit

Permalink
Fixed compiler warning if dynamic X11 loading isn't enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 18, 2013
1 parent 7db3122 commit 14e13e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/x11/SDL_x11dyn.c
Expand Up @@ -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)
Expand Down

0 comments on commit 14e13e1

Please sign in to comment.