spice: fix mouse cursor position
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
		
							parent
							
								
									c1d37cd353
								
							
						
					
					
						commit
						d0df04a156
					
				| 
						 | 
				
			
			@ -734,7 +734,7 @@ static void display_mouse_set(DisplayChangeListener *dcl,
 | 
			
		|||
 | 
			
		||||
    qemu_mutex_lock(&ssd->lock);
 | 
			
		||||
    ssd->ptr_x = x;
 | 
			
		||||
    ssd->ptr_y = x;
 | 
			
		||||
    ssd->ptr_y = y;
 | 
			
		||||
    if (ssd->ptr_move) {
 | 
			
		||||
        g_free(ssd->ptr_move);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue