Type of SDL_GestureTouch.id is SDL_TouchID (only for SDL_gesture.c internal)

This commit is contained in:
Kees Bakker 2011-10-27 23:04:50 +02:00
parent 9e6ee9e79a
commit 8d5ba0eb26

View file

@ -63,7 +63,7 @@ typedef struct {
} SDL_DollarTemplate;
typedef struct {
SDL_GestureID id;
SDL_TouchID id;
SDL_FloatPoint res;
SDL_FloatPoint centroid;
SDL_DollarPath dollarPath;