mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 00:25:37 -05:00
Minor bit of sanity-checking debug info in dynamic X11 code.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user