# HG changeset patch # User Sam Lantinga # Date 1138172030 0 # Node ID 3bdcef7e1c90af7eedd1f6f980f90f79e33b594c # Parent 09164d2b837330e53ef05abb47c25b777f4dbfc8 *** empty log message *** diff -r 09164d2b8373 -r 3bdcef7e1c90 include/SDL_mutex.h --- 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);