all repos — openbox @ b2079b56e4b2ea398d67fb5e15614797a0236f28

openbox fork - make it a bit more like ryudo

delete the rects
Dana Jansens danakj@orodu.net
commit

b2079b56e4b2ea398d67fb5e15614797a0236f28

parent

cb718e2ad931928389ab95cc71564ea8358e92fd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M scripts/clientmotion.pyscripts/clientmotion.py

@@ -26,7 +26,7 @@ time):

global posqueue for i in posqueue: if i[0] == button: - #delete_Rect i[3] + delete_Rect(i[3]) posqueue.remove(i) break