summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-08-28 19:28:01 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-08-28 19:28:01 +0200
commit3ac2092193f48c76dbd3b49a98474346e1a4c690 (patch)
tree0ca2506a804029efc4c36b943c5dd314992381f7 /lib
parenta9af55a5e060807411b28aba1909b6375cad5928 (diff)
add scale option
Diffstat (limited to 'lib')
-rw-r--r--lib/App/VRR/Fakedisplay.pm.PL2
1 files changed, 1 insertions, 1 deletions
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,
};