|  | @@ -363,7 +363,7 @@ void (*handler[LASTEvent]) (XEvent *) = {
 | 
	
		
			
				|  |  |  	[ButtonPress] = buttonpress,
 | 
	
		
			
				|  |  |  	[ConfigureRequest] = configurerequest,
 | 
	
		
			
				|  |  |  	[ConfigureNotify] = configurenotify,
 | 
	
		
			
				|  |  | -	[CreateNotify] = createnotify,
 | 
	
		
			
				|  |  | +/*	[CreateNotify] = createnotify, */
 | 
	
		
			
				|  |  |  	[DestroyNotify] = destroynotify,
 | 
	
		
			
				|  |  |  	[EnterNotify] = enternotify,
 | 
	
		
			
				|  |  |  	[LeaveNotify] = leavenotify,
 |