Преглед на файлове

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 години
родител
ревизия
4e1ee55739
променени са 4 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 0 0
      src/core/linux/SDL_evdev.c
  2. 0 0
      src/core/linux/SDL_evdev.h
  3. 1 1
      src/video/raspberry/SDL_rpievents.c
  4. 1 1
      src/video/raspberry/SDL_rpivideo.c

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