repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: c1887cec793bd28278ce6a162cef3bfcdc57ceea: path_to: revision_to:
commit c1887cec793bd28278ce6a162cef3bfcdc57ceea Author: Marc LehmannDate: Sun Feb 5 01:24:44 2006 +0000 *** empty log message *** diff --git a/src/perl/automove-background b/src/perl/automove-background
--- a/src/perl/automove-background
+++ b/src/perl/automove-background
@@ -9,7 +9,7 @@ sub on_configure_notify {
($x, $y) = ($event->{x}, $event->{y});
} else {
($x, $y) = $self->XTranslateCoordinates (
- $self->parent, $self->DefaultRootWindow,
+ $self->vt, $self->DefaultRootWindow,
0, 0
);
}
-----END OF PAGE-----