]> Dogcows Code - chaz/openbox/commitdiff
delete the rects
authorDana Jansens <danakj@orodu.net>
Fri, 27 Dec 2002 09:06:10 +0000 (09:06 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 27 Dec 2002 09:06:10 +0000 (09:06 +0000)
scripts/clientmotion.py

index ac33816af10336c057c58b8cbd265b23d639b702..4703c050b89cc3d9a032ea62cc9af4c543cc4732 100644 (file)
@@ -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
        
This page took 0.026918 seconds and 4 git commands to generate.