diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | lib/Xconfig/xfree.pm | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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; } |