From e74f844d3ae822f4e31351ca550311edf4be26da Mon Sep 17 00:00:00 2001 From: mertz Date: Mon, 27 Jun 2005 13:34:02 +0000 Subject: settign the -render option to 1 to avoid a winXP limitation withourt openGL (see bug report #27 --- Perl/t/Images.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Perl') diff --git a/Perl/t/Images.t b/Perl/t/Images.t index 5307ba0..6dbd88b 100644 --- a/Perl/t/Images.t +++ b/Perl/t/Images.t @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # -# $Id: Images.t,v 1.6 2005-06-18 13:31:18 mertz Exp $ +# $Id: Images.t,v 1.7 2005-06-27 13:34:02 mertz Exp $ # Author: Christophe Mertz # @@ -43,7 +43,7 @@ BEGIN { } -$zinc = $mw->Zinc(-render => 0, +$zinc = $mw->Zinc(-render => 1, -width => 400, -height => 400)->pack; like ($zinc, qr/^Tk::Zinc=HASH/ , "zinc has been created"); -- cgit v1.1