summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Brill <egore911@egore911.de>2008-07-11 18:04:53 +0200
committerChristoph Brill <egore911@egore911.de>2008-07-11 18:04:53 +0200
commit51f7ce021691d796d5cc5c8017325811320df265 (patch)
treecbf156f27d3da6166418d6d3fd756b7da7fea0f3
parentfb98432436c5e1cc69b5f4b84f625e3700e51e04 (diff)
parent7ad451d4c08d48f2a01d7eababc59e67f17fcffb (diff)
Merge commit 'origin/fedora-patches'
-rw-r--r--src/synaptics.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synaptics.c b/src/synaptics.c
index e3b0f42..07bb112 100644
--- a/src/synaptics.c
+++ b/src/synaptics.c
@@ -461,6 +461,10 @@ SynapticsPreInit(InputDriverPtr drv, IDevPtr dev, int flags)
goto SetupProc_fail;
}
+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
+ local->history_size = xf86SetIntOption(opts, "HistorySize", 0);
+#endif
+
xf86ProcessCommonOptions(local, opts);
local->flags |= XI86_CONFIGURED;