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:
cb718e2
)
delete the rects
author
Dana Jansens
<danakj@orodu.net>
Fri, 27 Dec 2002 09:06:10 +0000
(09:06 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 27 Dec 2002 09:06:10 +0000
(09:06 +0000)
scripts/clientmotion.py
patch
|
blob
|
history
diff --git
a/scripts/clientmotion.py
b/scripts/clientmotion.py
index ac33816af10336c057c58b8cbd265b23d639b702..4703c050b89cc3d9a032ea62cc9af4c543cc4732 100644
(file)
--- a/
scripts/clientmotion.py
+++ b/
scripts/clientmotion.py
@@
-26,7
+26,7
@@
def def_motion_release(action, win, type, modifiers, button, xroot, yroot,
global posqueue
for i in posqueue:
if i[0] == button:
- #delete_Rect i[3]
+ delete_Rect(i[3])
posqueue.remove(i)
break