mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[host] fix copy-paste error
This commit is contained in:
parent
084ebe5035
commit
3bad3837b4
@ -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 New Issue
Block a user