From f06b9449333e3bb53c169af91ba5eb85b44b2dc5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 3 Feb 2003 04:51:10 +0000 Subject: Client::move moves the client to the position so that its *frame* will be at the given coordinates --- scripts/motion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/motion.py b/scripts/motion.py index f2215d30..03546b84 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -134,7 +134,7 @@ def _do_move(): # draw the outline ... f=0 else: - _client.move(x, y, 1) # move the *frame* + _client.move(x, y) global move_popup if move_popup: -- cgit v1.2.3