mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] increase spice mouse ring buffer, was a bit too small still
This commit is contained in:
parent
3907ded0c7
commit
a080636597
@ -55,7 +55,7 @@ struct SpiceKeyboard
|
|||||||
uint32_t modifiers;
|
uint32_t modifiers;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define SPICE_MOUSE_QUEUE_SIZE 8
|
#define SPICE_MOUSE_QUEUE_SIZE 16
|
||||||
|
|
||||||
struct SpiceMouse
|
struct SpiceMouse
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user