From 01661358e4547710338ef438529f4b8dbc7dcace Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 12 Jan 2004 15:57:45 +0000 Subject: wacom support should be re-added :-/ --- perl-install/install_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index e2ffed9d6..f960e9415 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -235,7 +235,7 @@ sub init_sizes() { #------------------------------------------------------------------------------ sub createXconf { - my ($file, $mouse_type, $mouse_dev, $wacom_dev, $Driver) = @_; + my ($file, $mouse_type, $mouse_dev, $_wacom_dev, $Driver) = @_; $mouse_type = 'IMPS/2' if $mouse_type eq 'ExplorerPS/2'; symlinkf(devices::make($mouse_dev), "/dev/mouse") if $mouse_dev ne 'none'; -- cgit v1.2.1