mi: fix wrong (*EnqueueEvent) declaration in miPointerScreenFuncRec.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									4dedb900f4
								
							
						
					
					
						commit
						d80798ba2a
					
				| 
						 | 
					@ -82,7 +82,7 @@ typedef struct _miPointerScreenFuncRec {
 | 
				
			||||||
                    );
 | 
					                    );
 | 
				
			||||||
    void	(*EnqueueEvent)(
 | 
					    void	(*EnqueueEvent)(
 | 
				
			||||||
                    DeviceIntPtr /* pDev */,
 | 
					                    DeviceIntPtr /* pDev */,
 | 
				
			||||||
                    xEventPtr /* event */
 | 
					                    InternalEvent* /* event */
 | 
				
			||||||
                    );
 | 
					                    );
 | 
				
			||||||
    void	(*NewEventScreen)(
 | 
					    void	(*NewEventScreen)(
 | 
				
			||||||
		    DeviceIntPtr /* pDev */,
 | 
							    DeviceIntPtr /* pDev */,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue