Commit 6ba30e13 authored by Ryan C. Gordon's avatar Ryan C. Gordon

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401879
parent 65be1297
...@@ -171,6 +171,9 @@ int SDL_X11_LoadSymbols(void) ...@@ -171,6 +171,9 @@ int SDL_X11_LoadSymbols(void)
} }
} }
#else #else
#if DEBUG_DYNAMIC_X11
printf("X11: No dynamic X11 support in this build of SDL.\n");
#endif
#ifdef X_HAVE_UTF8_STRING #ifdef X_HAVE_UTF8_STRING
pXCreateIC = XCreateIC; pXCreateIC = XCreateIC;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment