are those HAVE flags not set up there or something?

This commit is contained in:
Alcaro 2016-09-06 19:21:17 +02:00
parent ac98b68f74
commit 23dc89168a

View File

@ -15,15 +15,16 @@
*/
#include "SDL.h"
#ifdef HAVE_X11
#include <X11/Xlib.h>
#endif
#include "../../configuration.h"
#include "../../driver.h"
#include "../../runloop.h"
#include "../common/gl_common.h"
#ifdef HAVE_X11
#include <X11/Xlib.h>
#endif
static enum gfx_ctx_api sdl_api = GFX_CTX_OPENGL_API;
static unsigned g_major = 2;
static unsigned g_minor = 1;