summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/clientmotion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clientmotion.py b/scripts/clientmotion.py
index bd446f87..fcf71c83 100644
--- a/scripts/clientmotion.py
+++ b/scripts/clientmotion.py
@@ -27,7 +27,7 @@ def def_do_motion(client, xroot, yroot):
area = posqueue[0][3] # A Rect
OBClient_move(client, Rect_x(area) + dx, Rect_y(area) + dy)
-def def_do_resize(client, xroot, yroot, archor_corner):
+def def_do_resize(client, xroot, yroot, anchor_corner):
global posqueue
dx = xroot - posqueue[0][1]
dy = yroot - posqueue[0][2]