[host] enlarge the cursor buffer size for large cursor shapes

This commit is contained in:
Geoffrey McRae 2020-11-01 04:34:26 +11:00
parent 4c14797319
commit 42ef9964de

View File

@ -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
{