Renamed X11 touch files for consistency

This commit is contained in:
Sam Lantinga 2010-12-01 12:17:12 -08:00
parent fb97826021
commit f45bb85f65
4 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"