Added
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS NULL #endif so that the X code would compile. It looked like it was needed --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403498
This commit is contained in:
parent
bb8513855f
commit
4907b7e608
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ typedef struct
|
||||||
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT
|
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT
|
||||||
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT NULL
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT NULL
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS
|
||||||
|
#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS NULL
|
||||||
|
#endif
|
||||||
|
|
||||||
static x11dynlib x11libs[] = {
|
static x11dynlib x11libs[] = {
|
||||||
{NULL, SDL_VIDEO_DRIVER_X11_DYNAMIC},
|
{NULL, SDL_VIDEO_DRIVER_X11_DYNAMIC},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue