From: Dana Jansens Date: Tue, 31 Dec 2002 09:11:59 +0000 (+0000) Subject: typo X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=6a80c577b031604c92e68327545153ae28ee3ac8;p=chaz%2Fopenbox typo --- 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]