dix: don't call CloseDevice on VCP/VCK separately.
This commit is contained in:
		
							parent
							
								
									e4fd981b48
								
							
						
					
					
						commit
						9ccc9ab6f2
					
				| 
						 | 
				
			
			@ -751,9 +751,6 @@ CloseDownDevices(void)
 | 
			
		|||
	CloseDevice(dev);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    CloseDevice(inputInfo.keyboard);
 | 
			
		||||
    CloseDevice(inputInfo.pointer);
 | 
			
		||||
 | 
			
		||||
    inputInfo.devices = NULL;
 | 
			
		||||
    inputInfo.off_devices = NULL;
 | 
			
		||||
    inputInfo.keyboard = NULL;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue