diff -r 60b63c32f06d -r 5b1b4d820d10 src/thread/SDL_systhread.h --- a/src/thread/SDL_systhread.h Fri Mar 25 11:09:57 2011 -0700 +++ b/src/thread/SDL_systhread.h Fri Mar 25 12:44:06 2011 -0700 @@ -43,8 +43,8 @@ /* This function does any necessary setup in the child thread */ extern void SDL_SYS_SetupThread(void); -/* This function sets thread priority */ -extern int SDL_SYS_SetThreadPriority(SDL_Thread * thread, SDL_ThreadPriority priority); +/* This function sets the current thread priority */ +extern int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority); /* This function waits for the thread to finish and frees any data allocated by SDL_SYS_CreateThread()