[client] added streaming clipboard support for large transfers

This commit is contained in:
Geoffrey McRae
2020-12-03 12:01:51 +11:00
parent d700e19a32
commit e57f084c93
5 changed files with 139 additions and 47 deletions

View File

@@ -92,6 +92,8 @@ struct AppState
const LG_Clipboard * lgc;
SpiceDataType cbType;
bool cbChunked;
size_t cbXfer;
struct ll * cbRequestList;
SDL_SysWMinfo wminfo;