TooBAmp x11 UI merge

This commit is contained in:
Robin Davies
2023-10-30 19:06:12 -04:00
parent 31aa061af5
commit 94325f20c5
145 changed files with 7186 additions and 6233 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ using namespace std;
inherit_priority_recursive_mutex::inherit_priority_recursive_mutex()
inherit_priority_mutex::inherit_priority_mutex()
{
#ifdef __linux__ // (I think windows mutexes have priority inheritance alread)
#ifdef __linux__ // (windows mutexes do NOT have priority inheritance alread)
// Recreate the raw mutex with priory inheritance.
::pthread_mutex_destroy(native_handle());