mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] Increased spice mouse ringbuffer size to avoid input overflows
Seems that some rare conditions will overflow the buffer on window entry/exit, confirmed by testing performed by Clemor. This should help with this.
This commit is contained in:
parent
f75d5b7f54
commit
9c90a53871
@ -73,7 +73,7 @@ struct SpiceKeyboard
|
||||
uint32_t modifiers;
|
||||
};
|
||||
|
||||
#define SPICE_MOUSE_QUEUE_SIZE 16
|
||||
#define SPICE_MOUSE_QUEUE_SIZE 32
|
||||
|
||||
struct SpiceMouse
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user