dix: don't duplicate DoFocusEvents declaration.
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
		
							parent
							
								
									36377fb0e8
								
							
						
					
					
						commit
						369edd7876
					
				| 
						 | 
				
			
			@ -31,13 +31,12 @@
 | 
			
		|||
#ifndef ENTERLEAVE_H
 | 
			
		||||
#define ENTERLEAVE_H
 | 
			
		||||
 | 
			
		||||
#include <dix.h> /* DoFocusEvents() */
 | 
			
		||||
 | 
			
		||||
extern void DoEnterLeaveEvents(DeviceIntPtr pDev,
 | 
			
		||||
                               int sourceid,
 | 
			
		||||
                               WindowPtr fromWin, WindowPtr toWin, int mode);
 | 
			
		||||
 | 
			
		||||
extern void DoFocusEvents(DeviceIntPtr pDev,
 | 
			
		||||
                          WindowPtr fromWin, WindowPtr toWin, int mode);
 | 
			
		||||
 | 
			
		||||
extern void EnterLeaveEvent(DeviceIntPtr mouse,
 | 
			
		||||
                            int type,
 | 
			
		||||
                            int mode, int detail, WindowPtr pWin, Window child);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue