--- rxvt-unicode/src/perl/automove-background 2006/01/20 15:24:24 1.3 +++ rxvt-unicode/src/perl/automove-background 2006/02/05 01:24:44 1.4 @@ -9,7 +9,7 @@ ($x, $y) = ($event->{x}, $event->{y}); } else { ($x, $y) = $self->XTranslateCoordinates ( - $self->parent, $self->DefaultRootWindow, + $self->vt, $self->DefaultRootWindow, 0, 0 ); }