aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-08-15 09:23:02 +0930
committerPeter Hutterer <peter.hutterer@redhat.com>2008-08-15 11:54:53 +0930
commit6dc41991557fa55a9e2f5aaf0fe40c70a08d41fd (patch)
tree617aaebac9c7d34659faffd760a51721e7898b22 /src/evdev.h
parentDon't grab devices unless specified through the config options. (diff)
downloadxf86-input-evdev-6dc41991557fa55a9e2f5aaf0fe40c70a08d41fd.tar.gz
xf86-input-evdev-6dc41991557fa55a9e2f5aaf0fe40c70a08d41fd.tar.bz2
xf86-input-evdev-6dc41991557fa55a9e2f5aaf0fe40c70a08d41fd.zip
Revert "Don't grab devices unless specified through the config options."
Not such a good idea, CTRL+C terminates the server and other issues. Reverting for now until a better solution is found, at least this way the driver is usable. See also: http://lists.freedesktop.org/archives/xorg/2008-August/038032.html This reverts commit e8534d47c8524ac081c2e3e6ebaabe4c6b274a18.
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.h b/src/evdev.h
index a43ddbe..a0a336a 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -50,7 +50,7 @@ typedef struct {
} WheelAxis, *WheelAxisPtr;
typedef struct {
- int grabDevice; /* grab the event device? */
+ int kernel24;
int screen;
int min_x, min_y, max_x, max_y;
int abs_x, abs_y, old_x, old_y;