Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Renamed X11 touch files for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 1, 2010
1 parent 73804d0 commit e5d2c80
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Expand Up @@ -21,7 +21,7 @@
*/
#include "SDL_config.h"
#include "SDL_x11video.h"
#include "SDL_eventtouch.h"
#include "SDL_x11touch.h"
#include "../../events/SDL_touch_c.h"


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11video.c
Expand Up @@ -25,13 +25,13 @@

#include "SDL_video.h"
#include "SDL_mouse.h"
#include "SDL_eventtouch.h"
#include "../SDL_sysvideo.h"
#include "../SDL_pixels_c.h"

#include "SDL_x11video.h"
#include "SDL_x11render.h"
#include "SDL_x11shape.h"
#include "SDL_x11touch.h"

#if SDL_VIDEO_DRIVER_PANDORA
#include "SDL_x11opengles.h"
Expand Down
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11video.h
Expand Up @@ -66,7 +66,6 @@
#include "SDL_x11keyboard.h"
#include "SDL_x11modes.h"
#include "SDL_x11mouse.h"
#include "SDL_eventtouch.h"
#include "SDL_x11opengl.h"
#include "SDL_x11window.h"

Expand Down

0 comments on commit e5d2c80

Please sign in to comment.