]> Dogcows Code - chaz/openbox/commitdiff
typo
authorDana Jansens <danakj@orodu.net>
Tue, 31 Dec 2002 09:11:59 +0000 (09:11 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 31 Dec 2002 09:11:59 +0000 (09:11 +0000)
scripts/clientmotion.py

index bd446f87da74bf660db0025ddf7dc7c8066cfac1..fcf71c83b8a31c5488cd59bf229c21e274db532e 100644 (file)
@@ -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]
This page took 0.022063 seconds and 4 git commands to generate.