From fbe515c08b94e805619bc6f765371d1597399186 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 11 Sep 2008 10:41:25 +0000 Subject: - XFdrake: o do set a background image when using resolution "Automatic" (#43644) (thanks to derek at jennings dot homelinux dot net) --- lib/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index 19b1fc9..39ba7b9 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -241,9 +241,9 @@ sub set_resolution { @other = grep { $_->{X} < $resolution->{X} } @other; @other = filter_on_ratio($ratio, @other); - set_default_background($resolution); set_915resolution($resolution) if is_915resolution_configured(); } + set_default_background($resolution); my $resolutions = [ $resolution, @other ]; $raw_X->set_resolutions($resolutions); $resolutions; -- cgit v1.2.1