diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-11 10:41:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-11 10:41:25 +0000 |
commit | fbe515c08b94e805619bc6f765371d1597399186 (patch) | |
tree | cf73b7108985a3dffa526ca9421439e5684cb00f /lib/Xconfig | |
parent | 9555e5461ca54a18c390ad9edb3e55d7c99af61e (diff) | |
download | drakx-kbd-mouse-x11-fbe515c08b94e805619bc6f765371d1597399186.tar drakx-kbd-mouse-x11-fbe515c08b94e805619bc6f765371d1597399186.tar.gz drakx-kbd-mouse-x11-fbe515c08b94e805619bc6f765371d1597399186.tar.bz2 drakx-kbd-mouse-x11-fbe515c08b94e805619bc6f765371d1597399186.tar.xz drakx-kbd-mouse-x11-fbe515c08b94e805619bc6f765371d1597399186.zip |
- XFdrake:
o do set a background image when using resolution "Automatic" (#43644)
(thanks to derek at jennings dot homelinux dot net)
Diffstat (limited to 'lib/Xconfig')
-rw-r--r-- | lib/Xconfig/resolution_and_depth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |