Merged Nathan Heisey's Haiku work into the main SDL 1.3 branch.

This was a Google Summer of Code 2011 project, sponsored by the Haiku project.

We thank Nathan and the other Haiku developers for their support!
This commit is contained in:
Ryan C. Gordon 2011-09-15 23:51:07 -04:00
commit 99f00f09bd
29 changed files with 2642 additions and 2141 deletions

View file

@ -90,7 +90,7 @@ SDL_ThreadID(void)
}
int
SDL_SYS_SetThreadPriority(SDL_Thread * thread, SDL_ThreadPriority priority)
SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
{
int32 value;