typo
This commit is contained in:
parent
30a962664b
commit
6a80c577b0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def def_do_motion(client, xroot, yroot):
|
||||||
area = posqueue[0][3] # A Rect
|
area = posqueue[0][3] # A Rect
|
||||||
OBClient_move(client, Rect_x(area) + dx, Rect_y(area) + dy)
|
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
|
global posqueue
|
||||||
dx = xroot - posqueue[0][1]
|
dx = xroot - posqueue[0][1]
|
||||||
dy = yroot - posqueue[0][2]
|
dy = yroot - posqueue[0][2]
|
||||||
|
|
Loading…
Reference in a new issue