ephyr: miPointerWarpCursor needs the device parameter.
Thanks to Mitchell Quille for spotting it.
This commit is contained in:
		
							parent
							
								
									004876355b
								
							
						
					
					
						commit
						28b93d74a1
					
				| 
						 | 
					@ -829,7 +829,7 @@ ephyrWarpCursor (ScreenPtr pScreen, int x, int y)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    ephyrBlockSigio ();
 | 
					    ephyrBlockSigio ();
 | 
				
			||||||
    ephyrCurScreen = pScreen->myNum;
 | 
					    ephyrCurScreen = pScreen->myNum;
 | 
				
			||||||
    miPointerWarpCursor (pScreen, x, y);
 | 
					    miPointerWarpCursor (inputInfo.pointer, pScreen, x, y);
 | 
				
			||||||
    ephyrUnblockSigio ();
 | 
					    ephyrUnblockSigio ();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue