[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:
Geoffrey McRae 2017-11-18 12:15:46 +11:00
parent f75d5b7f54
commit 9c90a53871

View File

@ -73,7 +73,7 @@ struct SpiceKeyboard
uint32_t modifiers;
};
#define SPICE_MOUSE_QUEUE_SIZE 16
#define SPICE_MOUSE_QUEUE_SIZE 32
struct SpiceMouse
{