diff options
Diffstat (limited to 'src/evdev.h')
-rw-r--r-- | src/evdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.h b/src/evdev.h index 515ed59..c2f614a 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -57,7 +57,7 @@ typedef struct { typedef struct { const char *device; - int kernel24; + int grabDevice; /* grab the event device? */ int screen; int min_x, min_y, max_x, max_y; int abs_x, abs_y, old_x, old_y; |