From a080636597a35826b0e168b828f9164c2e5de405 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 29 Oct 2017 15:13:37 +1100 Subject: [PATCH] [client] increase spice mouse ring buffer, was a bit too small still --- client/spice/spice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {