mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 22:01:46 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue