SDL/include
Ryan C. Gordon b16165a33f
rwlock: SDL_UnlockRWLock was incorrectly tagged with SDL_RELEASE_SHARED.
It needs to be SDL_RELEASE_GENERIC, because it releases both exclusive
(writer) and shared (reader) locks.

Without this fix, clang's `-Wthread-safety` tests generate incorrect warnings.

Reference Issue #8096.
2023-10-24 14:42:02 -04:00
..
SDL3 rwlock: SDL_UnlockRWLock was incorrectly tagged with SDL_RELEASE_SHARED. 2023-10-24 14:42:02 -04:00
build_config Bump libdecor feature check to look for 0.2.0 2023-09-25 12:07:54 -04:00