[client] transport: make video waits cancellable

This commit is contained in:
Geoffrey McRae
2026-08-12 17:28:49 +10:00
parent bd4d31f0bd
commit 656b0995f6
9 changed files with 219 additions and 76 deletions

View File

@@ -114,7 +114,8 @@ struct AppState
atomic_bool lgHostConnected;
bool stopVideo;
atomic_bool stopVideo;
atomic_bool stopVideoThreads;
bool ignoreInput;
bool escapeActive;
uint64_t escapeTime;