changeset 5506 | 82a09d5d0f07 |
parent 5262 | b530ef003506 |
child 5509 | 5b1b4d820d10 |
1.1 --- a/src/thread/generic/SDL_systhread.c Fri Mar 25 10:26:25 2011 -0700 1.2 +++ b/src/thread/generic/SDL_systhread.c Fri Mar 25 10:47:49 2011 -0700 1.3 @@ -45,6 +45,12 @@ 1.4 return (0); 1.5 } 1.6 1.7 +int 1.8 +SDL_SYS_SetThreadPriority(SDL_Thread * thread, SDL_ThreadPriority priority) 1.9 +{ 1.10 + return (0); 1.11 +} 1.12 + 1.13 void 1.14 SDL_SYS_WaitThread(SDL_Thread * thread) 1.15 {