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 --- move/move.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move/move.pm') diff --git a/move/move.pm b/move/move.pm index 093a56165..80894176d 100644 --- a/move/move.pm +++ b/move/move.pm @@ -784,7 +784,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