Skip to content

Commit

Permalink
Minor bit of sanity-checking debug info in dynamic X11 code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 23, 2006
1 parent ea5aa8f commit 4a7159b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/video/x11/SDL_x11dyn.c
Expand Up @@ -171,6 +171,9 @@ int SDL_X11_LoadSymbols(void)
}
}
#else
#if DEBUG_DYNAMIC_X11
printf("X11: No dynamic X11 support in this build of SDL.\n");
#endif
#ifdef X_HAVE_UTF8_STRING
pXCreateIC = XCreateIC;
#endif
Expand Down

0 comments on commit 4a7159b

Please sign in to comment.