mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[common] clipboard: enlarge transfer buffers
This commit is contained in:
@@ -316,7 +316,7 @@ struct ClipboardRead
|
||||
bool calling;
|
||||
bool readyPending;
|
||||
bool eof;
|
||||
uint8_t buffer[KVMFR_CLIPBOARD_DATA_BYTES];
|
||||
uint8_t buffer[KVMFR_CLIPBOARD_REPRESENTATION_BYTES];
|
||||
};
|
||||
|
||||
struct WCBState
|
||||
|
||||
Reference in New Issue
Block a user