mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-10 05:44:16 +00:00
sync transaction
This commit is contained in:
parent
82340dd439
commit
c5ca88f987
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ void windows_freeze() {
|
|||
|
||||
void windows_unfreeze() {
|
||||
if (g_transaction) {
|
||||
SLSTransactionCommit(g_transaction, 1);
|
||||
SLSTransactionCommit(g_transaction, 0);
|
||||
CFRelease(g_transaction);
|
||||
g_transaction = NULL;
|
||||
SLSReenableUpdate(g_connection);
|
||||
|
|
Loading…
Reference in a new issue