mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-09 16:18:20 +00:00
[client] reduced the spice mouse ringbuffer size, no need for it to be so large
This commit is contained in:
parent
f1fee701cf
commit
0f24d72dbb
@ -57,7 +57,7 @@ struct SpiceKeyboard
|
||||
uint32_t modifiers;
|
||||
};
|
||||
|
||||
#define SPICE_MOUSE_QUEUE_SIZE 32
|
||||
#define SPICE_MOUSE_QUEUE_SIZE 8
|
||||
|
||||
struct SpiceMouse
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user