From 6dc41991557fa55a9e2f5aaf0fe40c70a08d41fd Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 15 Aug 2008 09:23:02 +0930 Subject: 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. --- src/evdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/evdev.h') 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; -- cgit v1.2.3