aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-10-16 15:23:06 +1030
committerPeter Hutterer <peter.hutterer@redhat.com>2008-10-17 11:18:39 +1030
commit4912e2aa7f867a86d383010023b8426c881fb3b0 (patch)
treead79b0adf6d524ed26185f9f4922908bec5bb5d3 /src/evdev.h
parentDon't post keycodes > 255. (diff)
downloadxf86-input-evdev-4912e2aa7f867a86d383010023b8426c881fb3b0.tar.gz
xf86-input-evdev-4912e2aa7f867a86d383010023b8426c881fb3b0.tar.bz2
xf86-input-evdev-4912e2aa7f867a86d383010023b8426c881fb3b0.zip
Add option "GrabDevice", don't grab the device by default.
We now have the matching code in the server to set the console to RAW mode and don't need to grab the devices anymore. This is an updated version of e8534d47c8524ac081c2e3e6ebaabe4c6b274a18, which was reverted in 6dc41991557fa55a9e2f5aaf0fe40c70a08d41fd.
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 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;