LookingGlass/host/platform/Windows
Quantum 1f24ab0742 [host] nvfbc: avoid waking up pointer thread for no reason
If the wait times out, we used to simply restart the loop, which causes
it to check this->stop and exit if set to true. However, nvfbc_stop
already calls lgSignalEvent, which would wake up the pointer thread to
perform the check, so there is no need to set a timeout on the wait.
2021-09-29 17:47:02 +10:00
..
capture [host] nvfbc: avoid waking up pointer thread for no reason 2021-09-29 17:47:02 +10:00
include/windows [all] copyright: use unicode copyright sign © 2021-08-04 21:16:35 +10:00
src [host] windows: don't register exit event when none exists 2021-09-04 13:25:06 +10:00
app.manifest [host] windows: declare Windows 10 support in manifest 2021-07-20 11:34:57 +10:00
CMakeLists.txt [host/common] windows: provide delayExecution via nsleep 2021-07-26 16:36:56 +10:00
installer.nsi [host] installer: build 64-bit NSIS installers 2021-09-21 22:26:10 +10:00
resource.rc [host] windows: make copyright string in resource use © 2021-08-04 21:16:35 +10:00