Skip to content

Commit 67f12ee

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 3f26c57 + 18e9608 commit 67f12ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/applications.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ int CALLBACK cursorLockApplications(void *parameters)
252252
while (*(args->clipRunning))
253253
{
254254
HANDLE mutex = CreateMutex(NULL, FALSE, APPLICATION_MUTEX_NAME);
255+
WaitForSingleObject(mutex, INFINITE);
256+
255257
for (int i = 0; i < args->applicationList->count; i++)
256258
{
257259
APPLICATION_SETTINGS application = args->applicationList->applications[i];

0 commit comments

Comments
 (0)