diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-22 16:55:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-22 16:55:09 +0000 |
commit | bc8ead61ff4e9b35eb3ca2a11d6a45f56f2693c0 (patch) | |
tree | f8a09ae356efb6b92c75b24b7ad3e5500bee5e4e /lib/Xconfig/xfree.pm | |
parent | 032356780b713970d4bd2187f6fdbb449a53a193 (diff) | |
download | drakx-kbd-mouse-x11-bc8ead61ff4e9b35eb3ca2a11d6a45f56f2693c0.tar drakx-kbd-mouse-x11-bc8ead61ff4e9b35eb3ca2a11d6a45f56f2693c0.tar.gz drakx-kbd-mouse-x11-bc8ead61ff4e9b35eb3ca2a11d6a45f56f2693c0.tar.bz2 drakx-kbd-mouse-x11-bc8ead61ff4e9b35eb3ca2a11d6a45f56f2693c0.tar.xz drakx-kbd-mouse-x11-bc8ead61ff4e9b35eb3ca2a11d6a45f56f2693c0.zip |
- use SendCoreEvents instead of AlwaysCore for wacoms
(needed with new xorg server)
Diffstat (limited to 'lib/Xconfig/xfree.pm')
-rw-r--r-- | lib/Xconfig/xfree.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |