summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-12-22 23:00:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-12-22 23:00:59 +0000
commit89f064d0223d88e3bb00173e030ecde86b809b7a (patch)
treec7b7a1fc65bca58bdffedb2069e783b3e4bb1ada /perl-install
parent3e93c988ffc48e16a3bec99e7c737c859e561610 (diff)
downloaddrakx-backup-do-not-use-89f064d0223d88e3bb00173e030ecde86b809b7a.tar
drakx-backup-do-not-use-89f064d0223d88e3bb00173e030ecde86b809b7a.tar.gz
drakx-backup-do-not-use-89f064d0223d88e3bb00173e030ecde86b809b7a.tar.bz2
drakx-backup-do-not-use-89f064d0223d88e3bb00173e030ecde86b809b7a.tar.xz
drakx-backup-do-not-use-89f064d0223d88e3bb00173e030ecde86b809b7a.zip
make perl_checker happy
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/my_gtk.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index f61f3819b..66e433a03 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -463,9 +463,9 @@ sub get_text_coord {
sub fill_tiled {
my ($w, $pix, $bitmap, $x_back, $y_back, $width, $height) = @_;
my ($x2, $y2) = (0, 0);
- while(1) {
+ while (1) {
$x2 = 0;
- while(1) {
+ while (1) {
print "tiled($width, $height) x : $x2 - y : $y2\n";
$pix->draw_pixmap($w->style->bg_gc('normal'),
$bitmap, 0, 0, $x2, $y2, $x_back, $y_back);