hotfix for deadlock in rare cases

This commit is contained in:
Felix Kratz 2023-08-27 01:41:14 +02:00
parent 1f670b052c
commit d6a1a20009

View file

@ -26,7 +26,7 @@
#define MAJOR 2
#define MINOR 16
#define PATCH 1
#define PATCH 2
extern int SLSMainConnectionID(void);
extern CGError SLSRegisterNotifyProc(void* callback, uint32_t event, void* context);