summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/xfree.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-06-05 17:02:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-06-05 17:02:01 +0000
commitbe8d9fc9a2bc8632ac8b20c58ccb792b15ef4110 (patch)
treed85d35b304a212f8e605b5abc6fa071664bffbc8 /lib/Xconfig/xfree.pm
parent53f002f7554b3fba0912cfb3988e1a66f1f36860 (diff)
downloaddrakx-kbd-mouse-x11-be8d9fc9a2bc8632ac8b20c58ccb792b15ef4110.tar
drakx-kbd-mouse-x11-be8d9fc9a2bc8632ac8b20c58ccb792b15ef4110.tar.gz
drakx-kbd-mouse-x11-be8d9fc9a2bc8632ac8b20c58ccb792b15ef4110.tar.bz2
drakx-kbd-mouse-x11-be8d9fc9a2bc8632ac8b20c58ccb792b15ef4110.tar.xz
drakx-kbd-mouse-x11-be8d9fc9a2bc8632ac8b20c58ccb792b15ef4110.zip
add Section "Extensions" before other sections (pcpa)
Diffstat (limited to 'lib/Xconfig/xfree.pm')
-rw-r--r--lib/Xconfig/xfree.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm
index 3a03ad6..de4fd4b 100644
--- a/lib/Xconfig/xfree.pm
+++ b/lib/Xconfig/xfree.pm
@@ -611,7 +611,7 @@ sub raw_import_section {
sub add_Section {
my ($raw_X, $Section, $h) = @_;
- my @suggested_ordering = qw(Files ServerFlags Module DRI Keyboard Pointer XInput InputDevice Monitor Device Screen ServerLayout);
+ my @suggested_ordering = qw(Extensions 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;