ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/automove-background
(Generate patch)

Comparing rxvt-unicode/src/perl/automove-background (file contents):
Revision 1.3 by root, Fri Jan 20 15:24:24 2006 UTC vs.
Revision 1.4 by root, Sun Feb 5 01:24:44 2006 UTC

7 7
8 if ($event->{send_event}) { 8 if ($event->{send_event}) {
9 ($x, $y) = ($event->{x}, $event->{y}); 9 ($x, $y) = ($event->{x}, $event->{y});
10 } else { 10 } else {
11 ($x, $y) = $self->XTranslateCoordinates ( 11 ($x, $y) = $self->XTranslateCoordinates (
12 $self->parent, $self->DefaultRootWindow, 12 $self->vt, $self->DefaultRootWindow,
13 0, 0 13 0, 0
14 ); 14 );
15 } 15 }
16 16
17 $self->cmd_parse ("\033]20;;=+$x+$y\007"); 17 $self->cmd_parse ("\033]20;;=+$x+$y\007");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines