Implemented SDL_SetThreadPriority()

This commit is contained in:
Sam Lantinga 2011-03-25 10:47:49 -07:00
parent 0b1225e301
commit bca33709c6
12 changed files with 122 additions and 13 deletions

View file

@ -140,3 +140,5 @@ SDL_mutexV(SDL_mutex * mutex)
return 0;
#endif /* DISABLE_THREADS */
}
/* vi: set ts=4 sw=4 expandtab: */