Blah... dumb little screwups revolving around X11 and SDL.
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
|
||||
#include "InputHandler_MonkeyKeyboard.h"
|
||||
|
||||
#ifdef HAVE_SDL
|
||||
// NOTE: If X11 is available, we don't use LLW_SDL, which IH_SDL depends on.
|
||||
#ifdef HAVE_X11
|
||||
#include "InputHandler_X11.h"
|
||||
#elif HAVE_SDL
|
||||
#include "InputHandler_SDL.h"
|
||||
#endif
|
||||
|
||||
@@ -29,10 +32,6 @@
|
||||
#include "InputHandler_Xbox.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_X11
|
||||
#include "InputHandler_X11.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user