From e5d2c8052dd058a6efa94839a7787bb433ed86df Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 1 Dec 2010 12:17:12 -0800 Subject: [PATCH] Renamed X11 touch files for consistency --- src/video/x11/{SDL_eventtouch.c => SDL_x11touch.c} | 2 +- src/video/x11/{SDL_eventtouch.h => SDL_x11touch.h} | 0 src/video/x11/SDL_x11video.c | 2 +- src/video/x11/SDL_x11video.h | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) rename src/video/x11/{SDL_eventtouch.c => SDL_x11touch.c} (99%) rename src/video/x11/{SDL_eventtouch.h => SDL_x11touch.h} (100%) diff --git a/src/video/x11/SDL_eventtouch.c b/src/video/x11/SDL_x11touch.c similarity index 99% rename from src/video/x11/SDL_eventtouch.c rename to src/video/x11/SDL_x11touch.c index 976dfdd4c..157d158d8 100644 --- a/src/video/x11/SDL_eventtouch.c +++ b/src/video/x11/SDL_x11touch.c @@ -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" diff --git a/src/video/x11/SDL_eventtouch.h b/src/video/x11/SDL_x11touch.h similarity index 100% rename from src/video/x11/SDL_eventtouch.h rename to src/video/x11/SDL_x11touch.h diff --git a/src/video/x11/SDL_x11video.c b/src/video/x11/SDL_x11video.c index 933b01941..ef6d8c4a9 100644 --- a/src/video/x11/SDL_x11video.c +++ b/src/video/x11/SDL_x11video.c @@ -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" diff --git a/src/video/x11/SDL_x11video.h b/src/video/x11/SDL_x11video.h index 42b1f7be9..5b936edca 100644 --- a/src/video/x11/SDL_x11video.h +++ b/src/video/x11/SDL_x11video.h @@ -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"