mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 13:53:58 +00:00
[host] enlarge the cursor buffer size for large cursor shapes
This commit is contained in:
parent
4c14797319
commit
42ef9964de
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ static const struct LGMPQueueConfig POINTER_QUEUE_CONFIG =
|
|||
.subTimeout = 1000
|
||||
};
|
||||
|
||||
#define MAX_POINTER_SIZE (sizeof(KVMFRCursor) + (128 * 128 * 4))
|
||||
#define MAX_POINTER_SIZE (sizeof(KVMFRCursor) + (512 * 512 * 4))
|
||||
|
||||
enum AppState
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue