mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-10 13:54:16 +00:00
hotfix for deadlock in rare cases
This commit is contained in:
parent
1f670b052c
commit
d6a1a20009
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#define MAJOR 2
|
#define MAJOR 2
|
||||||
#define MINOR 16
|
#define MINOR 16
|
||||||
#define PATCH 1
|
#define PATCH 2
|
||||||
|
|
||||||
extern int SLSMainConnectionID(void);
|
extern int SLSMainConnectionID(void);
|
||||||
extern CGError SLSRegisterNotifyProc(void* callback, uint32_t event, void* context);
|
extern CGError SLSRegisterNotifyProc(void* callback, uint32_t event, void* context);
|
||||||
|
|
Loading…
Reference in a new issue