From 3ac2092193f48c76dbd3b49a98474346e1a4c690 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 28 Aug 2013 19:28:01 +0200 Subject: add scale option --- lib/App/VRR/Fakedisplay.pm.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/App/VRR/Fakedisplay.pm.PL b/lib/App/VRR/Fakedisplay.pm.PL index 13a97cf..d051f2c 100644 --- a/lib/App/VRR/Fakedisplay.pm.PL +++ b/lib/App/VRR/Fakedisplay.pm.PL @@ -90,7 +90,7 @@ sub new { my $self = { width => $opt{width} || 140, height => $opt{height} || 40, - scale => 10, + scale => $opt{scale} || 10, offset_x => 0, offset_y => 0, }; -- cgit v1.2.3