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:
@@ -113,9 +113,9 @@ SOFTWARE.
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum InputLevel {
|
enum InputLevel {
|
||||||
CORE,
|
CORE = 1,
|
||||||
XI,
|
XI = 2,
|
||||||
XI2,
|
XI2 = 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef unsigned long Leds;
|
typedef unsigned long Leds;
|
||||||
|
|||||||
Reference in New Issue
Block a user