From a6661d587cd043e1894418c091b8dbd4e18a7d55 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 31 Dec 2002 06:59:46 +0000 Subject: bindings work. now they have a reset key too. --- scripts/clientmotion.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/clientmotion.py b/scripts/clientmotion.py index 4571c2fd..e34afed4 100644 --- a/scripts/clientmotion.py +++ b/scripts/clientmotion.py @@ -26,6 +26,7 @@ def def_motion_release(action, win, type, modifiers, button, xroot, yroot, global posqueue for i in posqueue: if i[0] == button: + print "hi" client = Openbox_findClient(openbox, win) if client: delete_Rect(i[3]) -- cgit v1.2.3