summaryrefslogtreecommitdiff
path: root/src/ws.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@openbsd.org>2009-11-25 19:11:55 +0000
committerMatthieu Herrb <matthieu@openbsd.org>2009-11-25 19:11:55 +0000
commitc86cdeaa96e55a3fa3b8914e3575704850126d91 (patch)
tree0596078826443f13f9de02b64156e97e4dbebd4d /src/ws.c
parent0cdac07611a692c44020e22f2c2a076e34330171 (diff)
The raw mode is a lot more useful now. So enable it by default.
Diffstat (limited to 'src/ws.c')
-rw-r--r--src/ws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ws.c b/src/ws.c
index c39db76..47793af 100644
--- a/src/ws.c
+++ b/src/ws.c
@@ -285,7 +285,7 @@ wsPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
" or \"UD\"\n");
}
}
- priv->raw = xf86SetBoolOption(pInfo->options, "Raw", 0);
+ priv->raw = xf86SetBoolOption(pInfo->options, "Raw", 1);
if (wsOpen(pInfo) != Success) {
goto fail;
}