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

Commit

Permalink
Type of SDL_GestureTouch.id is SDL_TouchID (only for SDL_gesture.c in…
Browse files Browse the repository at this point in the history
…ternal)
  • Loading branch information
keestux committed Oct 27, 2011
1 parent 6af9999 commit e1c85ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/SDL_gesture.c
Expand Up @@ -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;
Expand Down

0 comments on commit e1c85ea

Please sign in to comment.