include: change grabtypes to start at 1
Avoid erroneous detection of an unset grabtype as CORE Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									be6ea80b79
								
							
						
					
					
						commit
						6159811a1a
					
				| 
						 | 
				
			
			@ -113,9 +113,9 @@ SOFTWARE.
 | 
			
		|||
#endif
 | 
			
		||||
 | 
			
		||||
enum InputLevel {
 | 
			
		||||
    CORE,
 | 
			
		||||
    XI,
 | 
			
		||||
    XI2,
 | 
			
		||||
    CORE = 1,
 | 
			
		||||
    XI = 2,
 | 
			
		||||
    XI2 = 3,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
typedef unsigned long Leds;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue