mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 14:41:55 +00:00 
			
		
		
		
	[host] enlarge the cursor buffer size for large cursor shapes
This commit is contained in:
		@@ -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
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user