mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-03 22:22:08 +00:00 
			
		
		
		
	[client] all: don't trigger cursor redraws if the cursor is not visible
This commit is contained in:
		@@ -506,7 +506,7 @@ static int cursorThread(void * unused)
 | 
			
		||||
      g_cursor.guest.y
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
    if (params.mouseRedraw)
 | 
			
		||||
    if (g_params.mouseRedraw && g_cursor.guest.visible)
 | 
			
		||||
      lgSignalEvent(e_frame);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user