diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-06 11:55:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-06 11:55:10 +0000 |
commit | 38c93685494c0ace5fce6ab92fb52176ed9cf872 (patch) | |
tree | 87a089f2dadeb54532d6c6ffa11ad4517f6287df /perl-install/Xconfig/xfree3.pm | |
parent | 769abbc0792c2e2daef05e22e4cfd6837eff9250 (diff) | |
download | drakx-38c93685494c0ace5fce6ab92fb52176ed9cf872.tar drakx-38c93685494c0ace5fce6ab92fb52176ed9cf872.tar.gz drakx-38c93685494c0ace5fce6ab92fb52176ed9cf872.tar.bz2 drakx-38c93685494c0ace5fce6ab92fb52176ed9cf872.tar.xz drakx-38c93685494c0ace5fce6ab92fb52176ed9cf872.zip |
make wacom config work
Diffstat (limited to 'perl-install/Xconfig/xfree3.pm')
-rw-r--r-- | perl-install/Xconfig/xfree3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/xfree3.pm b/perl-install/Xconfig/xfree3.pm index 106f14ed8..d3a258138 100644 --- a/perl-install/Xconfig/xfree3.pm +++ b/perl-install/Xconfig/xfree3.pm @@ -54,7 +54,7 @@ sub new_mouse_sections { sub set_wacoms { my ($raw_X, @wacoms) = @_; - my %Modes = (Stylus => 'Absolute', Erasor => 'Absolute', Cursor => 'Relative'); + my %Modes = (Stylus => 'Absolute', Eraser => 'Absolute', Cursor => 'Relative'); my $XInput = $raw_X->get_Section('XInput'); if ($XInput) { |