From c1dfb9715b5e8633d1e2b45cfb8bbe071e980105 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Feb 2006 01:24:44 +0000 Subject: [PATCH] *** empty log message *** --- src/perl/automove-background | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perl/automove-background b/src/perl/automove-background index d6d5570b..b20ce9e1 100644 --- 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 ); } -- 2.34.1