Minor bit of sanity-checking debug info in dynamic X11 code.

This commit is contained in:
Ryan C. Gordon 2006-06-23 02:16:49 +00:00
parent a272763e42
commit f496989fdc

View File

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