diff --git a/client/spice/spice.c b/client/spice/spice.c index 457aea98..5bd2da28 100644 --- a/client/spice/spice.c +++ b/client/spice/spice.c @@ -55,7 +55,7 @@ struct SpiceKeyboard uint32_t modifiers; }; -#define SPICE_MOUSE_QUEUE_SIZE 8 +#define SPICE_MOUSE_QUEUE_SIZE 16 struct SpiceMouse {