Skip to content

Commit

Permalink
Fixed bug 2231 - Move src/input/evdev into src/core/linux
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Nov 16, 2013
1 parent 744cd46 commit 4e1ee55
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/video/raspberry/SDL_rpievents.c
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/video/raspberry/SDL_rpivideo.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 4e1ee55

Please sign in to comment.