Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stateford committed Feb 13, 2023
2 parents 3f26c57 + 18e9608 commit 67f12ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/applications.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ int CALLBACK cursorLockApplications(void *parameters)
while (*(args->clipRunning))
{
HANDLE mutex = CreateMutex(NULL, FALSE, APPLICATION_MUTEX_NAME);
WaitForSingleObject(mutex, INFINITE);

for (int i = 0; i < args->applicationList->count; i++)
{
APPLICATION_SETTINGS application = args->applicationList->applications[i];
Expand Down

0 comments on commit 67f12ee

Please sign in to comment.