author | Sam Lantinga <slouken@libsdl.org> |
Wed, 25 Jan 2006 06:53:50 +0000 | |
changeset 1263 | 3bdcef7e1c90 |
parent 1262 | 09164d2b8373 |
child 1264 | f3a3f1890b91 |
--- a/include/SDL_mutex.h Wed Jan 25 06:12:57 2006 +0000 +++ b/include/SDL_mutex.h Wed Jan 25 06:53:50 2006 +0000 @@ -145,6 +145,7 @@ /* Wait on the condition variable, unlocking the provided mutex. The mutex must be locked before entering this function! + The mutex is re-locked once the condition variable is signaled. Returns 0 when it is signaled, or -1 on error. */ extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);