From 8e156a03b221f8857778b9e91d8ea07852b866e2 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 16 Oct 2010 14:43:22 +0200 Subject: Do not grab by default Grabbing the device has some historic virtues, but to simplify experimentation with devices and multitouch data, turn the device grabbing of by default. Signed-off-by: Henrik Rydberg --- src/mtouch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mtouch.c b/src/mtouch.c index ec5eac9..a6b96b8 100644 --- a/src/mtouch.c +++ b/src/mtouch.c @@ -21,7 +21,7 @@ #include "mtouch.h" -static const int use_grab = 1; +static const int use_grab = 0; int configure_mtouch(struct MTouch *mt, int fd) { -- cgit v1.2.3