Fixed Warning related to SDL_GestureAddTouch

This commit is contained in:
Jim Grandpre 2010-07-17 23:16:23 -04:00
parent e194428b9f
commit fcc9a5d29a
2 changed files with 3 additions and 2 deletions

View file

@ -28,6 +28,8 @@ extern void SDL_GestureProcessEvent(SDL_Event* event);
extern int SDL_RecordGesture(int touchId);
extern int SDL_GestureAddTouch(SDL_Touch* touch);
#endif /* _SDL_gesture_c_h */
/* vi: set ts=4 sw=4 expandtab: */

View file

@ -38,8 +38,7 @@ static SDL_Touch **SDL_touchPads = NULL;
int
SDL_TouchInit(void)
{
return (0);
return (0);
}
SDL_Touch *