summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-13 11:46:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-13 11:46:04 +0000
commit4006b6abce88b7a53502926f921ae1408b5dd37e (patch)
tree2090905e20aaf74446663134f6980fe9cc61bfdd /perl-install/mouse.pm
parentf3274ad01b2b1d7e84b6a2c26ce03f605b0b7369 (diff)
downloaddrakx-backup-do-not-use-4006b6abce88b7a53502926f921ae1408b5dd37e.tar
drakx-backup-do-not-use-4006b6abce88b7a53502926f921ae1408b5dd37e.tar.gz
drakx-backup-do-not-use-4006b6abce88b7a53502926f921ae1408b5dd37e.tar.bz2
drakx-backup-do-not-use-4006b6abce88b7a53502926f921ae1408b5dd37e.tar.xz
drakx-backup-do-not-use-4006b6abce88b7a53502926f921ae1408b5dd37e.zip
add/remove spaces to make perl_checker happy
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r--perl-install/mouse.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm
index 5628c2700..7a2e74460 100644
--- a/perl-install/mouse.pm
+++ b/perl-install/mouse.pm
@@ -495,44 +495,44 @@ sub test_mouse {
my $x = 60 + $nb*33;
$drawarea->();
if ($nb == 0) {
- $darea->window->draw_pixmap ($darea->style->bg_gc('normal'),
+ $darea->window->draw_pixmap($darea->style->bg_gc('normal'),
$m3_left, 0, 0,
($darea->allocation->[2]-$width)/2+31, ($darea->allocation->[3]-$height)/2 + 52,
59, 91);
} elsif ($nb == 2) {
- $darea->window->draw_pixmap ($darea->style->bg_gc('normal'),
+ $darea->window->draw_pixmap($darea->style->bg_gc('normal'),
$m3_right, 0, 0,
($darea->allocation->[2]-$width)/2+117, ($darea->allocation->[3]-$height)/2 + 52,
61, 91);
} elsif ($nb == 1) {
if ($mouse->{nbuttons} > 3) {
- $darea->window->draw_pixmap ($darea->style->bg_gc('normal'),
+ $darea->window->draw_pixmap($darea->style->bg_gc('normal'),
$m3_middle, 0, 0,
($darea->allocation->[2]-$width)/2+98, ($darea->allocation->[3]-$height)/2 + 67,
13, 62);
} else {
- $darea->window->draw_arc ($darea->style->black_gc,
+ $darea->window->draw_arc($darea->style->black_gc,
1, ($darea->allocation->[2]-$width)/2 + $x, ($darea->allocation->[3]-$height)/2 + 90, 20, 25,
0, 360*64);
}
} elsif ($nb == 3) {
$wait = 1;
- $darea->window->draw_pixmap ($darea->style->bg_gc('normal'),
+ $darea->window->draw_pixmap($darea->style->bg_gc('normal'),
$aru, 0, 0,
($darea->allocation->[2]-$width)/2+102, ($darea->allocation->[3]-$height)/2 + 57,
6, 8);
- $darea->window->draw_pixmap ($darea->style->bg_gc('normal'),
+ $darea->window->draw_pixmap($darea->style->bg_gc('normal'),
$m3_middle, 0, 0,
($darea->allocation->[2]-$width)/2+98, ($darea->allocation->[3]-$height)/2 + 67,
13, 62);
Gtk->timeout_add(200, sub { $wait = 0 });
} elsif ($nb == 4) {
$wait = 1;
- $darea->window->draw_pixmap ($darea->style->bg_gc('normal'),
+ $darea->window->draw_pixmap($darea->style->bg_gc('normal'),
$ard, 0, 0,
($darea->allocation->[2]-$width)/2+102, ($darea->allocation->[3]-$height)/2 + 131,
6, 8);
- $darea->window->draw_pixmap ($darea->style->bg_gc('normal'),
+ $darea->window->draw_pixmap($darea->style->bg_gc('normal'),
$m3_middle, 0, 0,
($darea->allocation->[2]-$width)/2+98, ($darea->allocation->[3]-$height)/2 + 67,
13, 62);