[client] reduced the spice mouse ringbuffer size, no need for it to be so large

This commit is contained in:
Geoffrey McRae 2017-10-29 13:02:18 +11:00
parent f1fee701cf
commit 0f24d72dbb

View File

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