SDL/include
Ryan C. Gordon 899eb0d042 thread: Locking mutexes and rwlocks are now void functions.
Almost nothing checks these return values, and there's no reason a valid
lock should fail to operate. The cases where a lock isn't valid (it's a
bogus pointer, it was previously destroyed, a thread is unlocking a lock it
doesn't own, etc) are undefined behavior and always were, and should be
treated as an application bug.

Reference Issue #8096.
2023-10-26 08:57:34 -04:00
..
SDL3 thread: Locking mutexes and rwlocks are now void functions. 2023-10-26 08:57:34 -04:00
build_config Bump libdecor feature check to look for 0.2.0 2023-09-25 12:07:54 -04:00