projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a9626
)
typo
author
Dana Jansens
<danakj@orodu.net>
Tue, 31 Dec 2002 09:11:59 +0000
(09:11 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 31 Dec 2002 09:11:59 +0000
(09:11 +0000)
scripts/clientmotion.py
patch
|
blob
|
history
diff --git
a/scripts/clientmotion.py
b/scripts/clientmotion.py
index bd446f87da74bf660db0025ddf7dc7c8066cfac1..fcf71c83b8a31c5488cd59bf229c21e274db532e 100644
(file)
--- 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, a
r
chor_corner):
+def def_do_resize(client, xroot, yroot, a
n
chor_corner):
global posqueue
dx = xroot - posqueue[0][1]
dy = yroot - posqueue[0][2]