project_files/Android-build/SDL-android-project/jni/SDL/src/video/android/SDL_androidtouch.h
branchhedgeroid
changeset 5550 50650032c251
parent 5540 76392a62da2f
--- a/project_files/Android-build/SDL-android-project/jni/SDL/src/video/android/SDL_androidtouch.h	Thu Aug 11 15:03:21 2011 +0200
+++ b/project_files/Android-build/SDL-android-project/jni/SDL/src/video/android/SDL_androidtouch.h	Mon Aug 15 21:45:27 2011 +0200
@@ -23,6 +23,6 @@
 
 #include "SDL_androidvideo.h"
 
-extern void Android_OnTouch(int action, int pointerId, float x, float y, float p);
+extern void Android_OnTouch(int action, SDL_FingerID pointerId, float x, float y, float p);
 
 /* vi: set ts=4 sw=4 expandtab: */