mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-31 11:13:49 +00:00
[client] transport: make video waits cancellable
This commit is contained in:
@@ -114,7 +114,8 @@ struct AppState
|
||||
|
||||
atomic_bool lgHostConnected;
|
||||
|
||||
bool stopVideo;
|
||||
atomic_bool stopVideo;
|
||||
atomic_bool stopVideoThreads;
|
||||
bool ignoreInput;
|
||||
bool escapeActive;
|
||||
uint64_t escapeTime;
|
||||
|
||||
Reference in New Issue
Block a user