diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mtouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |