Browse Source

Fixed bug 2231 - Move src/input/evdev into src/core/linux

Ryan C. Gordon

To keep the directory layout sane, we should probably move this one piece of source to the linux catch-all directory, instead of making it look like this is part of an SDL "input" subsystem.
Sam Lantinga 11 years ago
parent
commit
4e1ee55739

+ 0 - 0
src/input/evdev/SDL_evdev.c → src/core/linux/SDL_evdev.c


+ 0 - 0
src/input/evdev/SDL_evdev.h → src/core/linux/SDL_evdev.h


+ 1 - 1
src/video/raspberry/SDL_rpievents.c

@@ -30,7 +30,7 @@
 #include "SDL_rpievents_c.h"
 
 #ifdef SDL_INPUT_LINUXEV
-#include "../../input/evdev/SDL_evdev.h"
+#include "../../core/linux/SDL_evdev.h"
 #endif
 
 void RPI_PumpEvents(_THIS)

+ 1 - 1
src/video/raspberry/SDL_rpivideo.c

@@ -40,7 +40,7 @@
 #include "../../events/SDL_keyboard_c.h"
 
 #ifdef SDL_INPUT_LINUXEV
-#include "../../input/evdev/SDL_evdev.h"
+#include "../../core/linux/SDL_evdev.h"
 #endif
 
 /* RPI declarations */