mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue