summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/screen.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Xconfig/screen.pm')
-rw-r--r--lib/Xconfig/screen.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Xconfig/screen.pm b/lib/Xconfig/screen.pm
index ad835fa..6855317 100644
--- a/lib/Xconfig/screen.pm
+++ b/lib/Xconfig/screen.pm
@@ -4,10 +4,10 @@ use diagnostics;
use strict;
use common;
-
+# perl_checker: require Xconfig::xfree
sub configure {
- my ($raw_X) = @_;
+ my ($raw_X) = @_; # perl_checker: $raw_X = Xconfig::xfree->new
my @devices = $raw_X->get_devices;
my @monitors = $raw_X->get_monitors;