This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix X11 dynamic loading.
Previous change broke it.
- Loading branch information
Showing
with
7 additions
and
0 deletions.
-
+7
−0
src/video/x11/SDL_x11dyn.c
|
@@ -176,6 +176,13 @@ SDL_X11_LoadSymbols(void) |
|
|
x11libs[i].lib = SDL_LoadObject(x11libs[i].libname); |
|
|
} |
|
|
} |
|
|
|
|
|
#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 |
|
|
|
|
|
#define SDL_X11_MODULE(modname) thismod = &SDL_X11_HAVE_##modname; |
|
|
#define SDL_X11_SYM(a,fn,x,y,z) X11_GetSym(#fn,thismod,(void**)&p##fn); |
|
|
#include "SDL_x11sym.h" |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.