Blah... dumb little screwups revolving around X11 and SDL.

This commit is contained in:
Ben Anderson
2005-03-15 00:41:05 +00:00
parent 3b65e3f438
commit e0e23c7b99
2 changed files with 7 additions and 6 deletions
@@ -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
/*