From 6a80c577b031604c92e68327545153ae28ee3ac8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 31 Dec 2002 09:11:59 +0000 Subject: [PATCH] typo --- scripts/clientmotion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.44.0