mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[client] increase spice mouse ring buffer, was a bit too small still
This commit is contained in:
@@ -55,7 +55,7 @@ struct SpiceKeyboard
|
||||
uint32_t modifiers;
|
||||
};
|
||||
|
||||
#define SPICE_MOUSE_QUEUE_SIZE 8
|
||||
#define SPICE_MOUSE_QUEUE_SIZE 16
|
||||
|
||||
struct SpiceMouse
|
||||
{
|
||||
|
Reference in New Issue
Block a user