diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-06-05 17:02:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-06-05 17:02:01 +0000 |
commit | be8d9fc9a2bc8632ac8b20c58ccb792b15ef4110 (patch) | |
tree | d85d35b304a212f8e605b5abc6fa071664bffbc8 | |
parent | 53f002f7554b3fba0912cfb3988e1a66f1f36860 (diff) | |
download | drakx-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)
-rw-r--r-- | lib/Xconfig/xfree.pm | 2 |
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; |