mirror of
https://github.com/yawut/SDL.git
synced 2026-06-01 09:14:13 -05:00
Minor bit of sanity-checking debug info in dynamic X11 code.
This commit is contained in:
parent
a272763e42
commit
f496989fdc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user