summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-12-14 16:41:21 +0000
committerOlivier Blin <oblin@mandriva.com>2007-12-14 16:41:21 +0000
commit267391539e38114aeb9eb272f97eab1d404bcbf3 (patch)
tree589846f342ed6edc0b05c3deb9edeb5fdccf3e2b
parent8735090e30191359b7bea7e754017d925055a7aa (diff)
downloaddrakx-kbd-mouse-x11-267391539e38114aeb9eb272f97eab1d404bcbf3.tar
drakx-kbd-mouse-x11-267391539e38114aeb9eb272f97eab1d404bcbf3.tar.gz
drakx-kbd-mouse-x11-267391539e38114aeb9eb272f97eab1d404bcbf3.tar.bz2
drakx-kbd-mouse-x11-267391539e38114aeb9eb272f97eab1d404bcbf3.tar.xz
drakx-kbd-mouse-x11-267391539e38114aeb9eb272f97eab1d404bcbf3.zip
use SendCoreEvents instead of AlwaysCore for Synaptics touchpads (#36140)
-rw-r--r--NEWS3
-rw-r--r--lib/Xconfig/xfree.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f869f91..9de2959 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- mousedrake:
+ o use SendCoreEvents instead of AlwaysCore for Synaptics touchpads (#36140)
+
Version 0.40 - 10 December 2007, by Pascal "Pixel" Rigaux
- XFdrake:
diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm
index d7abba8..9074e32 100644
--- a/lib/Xconfig/xfree.pm
+++ b/lib/Xconfig/xfree.pm
@@ -346,7 +346,7 @@ sub set_synaptics {
$h->{$k} = { val => $v, Option => 1 };
}
$raw_X->add_Section('InputDevice', $h);
- push @$layout, { val => qq("$identifier" "AlwaysCore") };
+ push @$layout, { val => qq("$identifier" "SendCoreEvents") };
} @synaptics;
}