[client] spice: separate clipboard state by direction

This commit is contained in:
Geoffrey McRae
2026-07-28 13:10:38 +10:00
parent e4658b4263
commit a5571f0e9e
4 changed files with 20 additions and 10 deletions

View File

@@ -123,7 +123,8 @@ struct AppState
bool useDMA;
bool cbAvailable;
PSDataType cbType;
_Atomic(PSDataType) cbRemoteType;
PSDataType cbWriteType;
bool cbChunked;
size_t cbXfer;
struct ll * cbRequestList;