summaryrefslogtreecommitdiff
path: root/scripts/motion.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-03 04:51:10 +0000
committerDana Jansens <danakj@orodu.net>2003-02-03 04:51:10 +0000
commitf06b9449333e3bb53c169af91ba5eb85b44b2dc5 (patch)
treebcd378c443180fd70c7a8a944bb0f81170f7360e /scripts/motion.py
parent20ca827039a93a131f8f7efbcefba5df3d3213d5 (diff)
Client::move moves the client to the position so that its *frame* will be at the given coordinates
Diffstat (limited to 'scripts/motion.py')
-rw-r--r--scripts/motion.py2
1 files changed, 1 insertions, 1 deletions
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: