mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 08:45:31 -05:00
Fixed bug where if X11 is not dynamically loaded, then we think none of the X11 modules are available.
This commit is contained in:
@@ -211,6 +211,12 @@ SDL_X11_LoadSymbols(void)
|
||||
}
|
||||
}
|
||||
#else
|
||||
#define SDL_X11_MODULE(modname) SDL_X11_HAVE_##modname = 1; /* default yes */
|
||||
#define SDL_X11_SYM(a,fn,x,y,z)
|
||||
#include "SDL_x11sym.h"
|
||||
#undef SDL_X11_MODULE
|
||||
#undef SDL_X11_SYM
|
||||
|
||||
#ifdef X_HAVE_UTF8_STRING
|
||||
pXCreateIC = XCreateIC;
|
||||
pXGetICValues = XGetICValues;
|
||||
|
||||
Reference in New Issue
Block a user