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.
This commit is contained in:
Sam Lantinga 2013-11-16 12:02:09 -08:00
parent 8443fc2ad8
commit af91b7bb15
4 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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 */