Merged changes from the main SDL codebase

--HG--
rename : VisualC/SDL/SDL.vcproj => VisualC/SDL/SDL_VS2005.vcproj
rename : VisualC/SDL.sln => VisualC/SDL_VS2005.sln
rename : VisualC/SDLmain/SDLmain.vcproj => VisualC/SDLmain/SDLmain_VS2005.vcproj
This commit is contained in:
Sam Lantinga 2010-07-12 21:09:23 -07:00
commit 22a37911dd
150 changed files with 6377 additions and 3337 deletions

View file

@ -37,10 +37,6 @@
@interface SDL_uikitview : UIView {
#endif
#if FIXME_MULTITOUCH
SDL_Mouse mice[MAX_SIMULTANEOUS_TOUCHES];
#endif
#if FIXED_MULTITOUCH
int touchId;
#endif