ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.306 by root, Sun Jun 18 17:39:36 2006 UTC vs.
Revision 1.307 by root, Sun Jun 18 19:13:20 2006 UTC

2410 2410
2411 $self->SUPER::invoke_button_down ($ev, $x, $y); 2411 $self->SUPER::invoke_button_down ($ev, $x, $y);
2412 2412
2413 $self->{click} = [$self->{range}[0], $self->{vertical} ? $y : $x]; 2413 $self->{click} = [$self->{range}[0], $self->{vertical} ? $y : $x];
2414 2414
2415 $self->mouse_motion ($ev, $x, $y) 2415 $self->invoke_mouse_motion ($ev, $x, $y)
2416} 2416}
2417 2417
2418sub invoke_mouse_motion { 2418sub invoke_mouse_motion {
2419 my ($self, $ev, $x, $y) = @_; 2419 my ($self, $ev, $x, $y) = @_;
2420 2420

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines