From b90d41f377cfc2f2b413653264088bb3d6d8cd5c Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 6 Oct 2009 10:15:34 +0000 Subject: xorg.conf files with no InputDevice sections are valid --- lib/Xconfig/main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig/main.pm') diff --git a/lib/Xconfig/main.pm b/lib/Xconfig/main.pm index 72bdfd9..f59ecd1 100644 --- a/lib/Xconfig/main.pm +++ b/lib/Xconfig/main.pm @@ -237,7 +237,7 @@ sub _check_valid { my %_sections = map { my @l = $raw_X->get_Sections($_) or return "missing section $_"; $_ => \@l; - } qw(InputDevice Device Screen ServerLayout); + } qw(Device Screen ServerLayout); ''; } -- cgit v1.2.1