From bc8ead61ff4e9b35eb3ca2a11d6a45f56f2693c0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Jan 2008 16:55:09 +0000 Subject: - use SendCoreEvents instead of AlwaysCore for wacoms (needed with new xorg server) --- lib/Xconfig/xfree.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig') diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index 9074e32..96a0b66 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -294,7 +294,7 @@ sub set_wacoms { if_($wacom->{USB}, USB => { Option => 1 }) }; $raw_X->add_Section('InputDevice', $h); - push @$layout, { val => qq("$identifier" "AlwaysCore") }; + push @$layout, { val => qq("$identifier" "SendCoreEvents") }; } } @wacoms; } -- cgit v1.2.1