This commit is contained in:
Dana Jansens 2002-12-31 09:11:59 +00:00
parent 30a962664b
commit 6a80c577b0

View 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]