From e8534d47c8524ac081c2e3e6ebaabe4c6b274a18 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 14 Aug 2008 13:38:50 +0930 Subject: Don't grab devices unless specified through the config options. Grabbing event devices stops in-kernel event forwarding, most notably rfkill and the "Macintosh mouse button emulation" device. Let's not do that. Option "GrabDevice" forces grabbing the device. --- 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 a0a336a..a43ddbe 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -50,7 +50,7 @@ typedef struct { } WheelAxis, *WheelAxisPtr; typedef struct { - 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; -- cgit v1.2.3