LookingGlass/host/platform/Windows/src
Quantum 80bc9604ba [host] windows: fix graceful exit
We were using an auto-reset event to signal the mousehook exit. This was
fine when there was only one thread, but with the addition of the update
thread, only one thread is signaled, causing the wait to last forever.

The fix is switching to a manual reset event and call ResetEvent after
the threads have exited.
2021-07-21 12:32:14 +10:00
..
delay.c [host] windows/delay: cast to LONGLONG instead of int 2021-07-21 12:29:29 +10:00
force_compose.c [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
mousehook.c [host] windows: fix graceful exit 2021-07-21 12:32:14 +10:00
platform.c [host] windows: directly invoke ChangeWindowMessageFilterEx 2021-07-20 12:16:49 +10:00
platform.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00
service.c [host] windows: fix graceful exit 2021-07-21 12:32:14 +10:00
service.h [all] normalize copyright on all source files 2021-06-06 11:53:05 +10:00