mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
[host] fix copy-paste error
This commit is contained in:
parent
084ebe5035
commit
3bad3837b4
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ void mouseHook_install(MouseHookFn callback)
|
|||
if (!mouseHook.updateEvent)
|
||||
{
|
||||
mouseHook.updateEvent = CreateEventA(NULL, FALSE, FALSE, NULL);
|
||||
if (!mouseHook.event)
|
||||
if (!mouseHook.updateEvent)
|
||||
{
|
||||
DEBUG_WINERROR("Failed to create mouse hook update event",
|
||||
GetLastError());
|
||||
|
|
Loading…
Reference in a new issue