diff options
Diffstat (limited to 'lib')
-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; |