Fixed various type and print format issues

This commit is contained in:
Sam Lantinga 2010-07-31 20:38:37 -07:00
parent 39ee818f98
commit b7caec8ae2
5 changed files with 37 additions and 18 deletions

View file

@ -42,8 +42,8 @@ extern "C" {
#endif
typedef Uint64 SDL_TouchID;
typedef Uint64 SDL_FingerID;
typedef Sint64 SDL_TouchID;
typedef Sint64 SDL_FingerID;
struct SDL_Finger {