mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[common] clipboard: enlarge transfer buffers
This commit is contained in:
@@ -1040,7 +1040,7 @@ struct ClipboardWrite
|
||||
bool pollRegistered;
|
||||
bool streamActive;
|
||||
bool requesting;
|
||||
uint8_t buffer[KVMFR_CLIPBOARD_DATA_BYTES];
|
||||
uint8_t buffer[KVMFR_CLIPBOARD_REPRESENTATION_BYTES];
|
||||
};
|
||||
|
||||
static void clipboardWriteDestroy(struct ClipboardWrite * data)
|
||||
|
||||
Reference in New Issue
Block a user