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.main
parent
744cd465e1
commit
4e1ee55739
|
@ -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)
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue