From 38c93685494c0ace5fce6ab92fb52176ed9cf872 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Aug 2002 11:55:10 +0000 Subject: make wacom config work --- perl-install/Xconfig/xfreeX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfig/xfreeX.pm') diff --git a/perl-install/Xconfig/xfreeX.pm b/perl-install/Xconfig/xfreeX.pm index 6154cb547..0b593d939 100644 --- a/perl-install/Xconfig/xfreeX.pm +++ b/perl-install/Xconfig/xfreeX.pm @@ -258,7 +258,7 @@ sub raw_import_section { sub add_Section { my ($raw_X, $Section, $h) = @_; - my @suggested_ordering = qw(Files ServerFlags Keyboard Pointer XInput InputDevice Module DRI Monitor Device Screen ServerLayout); + my @suggested_ordering = qw(Files ServerFlags Module DRI Keyboard Pointer XInput InputDevice Monitor Device Screen ServerLayout); my %order = map_index { { lc($_) => $::i } } @suggested_ordering; my $e = { name => $Section, l => $h }; my $added; -- cgit v1.2.1