From 84dc6e1ef501b25d8fe20c0f99a21c5491fbf685 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 7 Oct 2004 00:44:15 +0000 Subject: - XFdrake can detect a auxmouse which was not detected by mousedrake so we need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions --- globetrotter/move.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globetrotter') diff --git a/globetrotter/move.pm b/globetrotter/move.pm index 770b9df14..075e3c258 100644 --- a/globetrotter/move.pm +++ b/globetrotter/move.pm @@ -146,7 +146,7 @@ sub automatic_xconf { local $o->{mouse}{device} = 'mouse'; require Xconfig::default; - $o->{raw_X} = Xconfig::default::configure({ KEYBOARD => 'uk' }, $o->{mouse}); #- using uk instead of us for now to have less warnings + $o->{raw_X} = Xconfig::default::configure(class_discard->new, { KEYBOARD => 'uk' }, $o->{mouse}); #- using uk instead of us for now to have less warnings require Xconfig::main; require class_discard; -- cgit v1.2.1