dix: fix uncredible fail in PostSyntheticMotion.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									1a71862d33
								
							
						
					
					
						commit
						d60391d8ca
					
				| 
						 | 
				
			
			@ -1085,7 +1085,8 @@ PostSyntheticMotion(DeviceIntPtr pDev,
 | 
			
		|||
    init_event(pDev, &ev, time);
 | 
			
		||||
    ev.root_x = x;
 | 
			
		||||
    ev.root_y = y;
 | 
			
		||||
    ev.type = time;
 | 
			
		||||
    ev.type = ET_Motion;
 | 
			
		||||
    ev.time = time;
 | 
			
		||||
 | 
			
		||||
    /* FIXME: MD/SD considerations? */
 | 
			
		||||
    (*pDev->public.processInputProc)((InternalEvent*)&ev, pDev);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue