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:
Peter Hutterer 2013-09-04 15:34:27 +10:00
parent be6ea80b79
commit 6159811a1a
1 changed files with 3 additions and 3 deletions

View File

@ -113,9 +113,9 @@ SOFTWARE.
#endif
enum InputLevel {
CORE,
XI,
XI2,
CORE = 1,
XI = 2,
XI2 = 3,
};
typedef unsigned long Leds;