[client] increase spice mouse ring buffer, was a bit too small still

This commit is contained in:
Geoffrey McRae 2017-10-29 15:13:37 +11:00
parent 3907ded0c7
commit a080636597

View File

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