summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-31 06:59:46 +0000
committerDana Jansens <danakj@orodu.net>2002-12-31 06:59:46 +0000
commita6661d587cd043e1894418c091b8dbd4e18a7d55 (patch)
treeb0baafd6222cc77d688ffb3477d48f4fe3ae4bd2 /scripts
parentd7a30f93b517ac76816d0acea92e9c56ad5d6594 (diff)
bindings work. now they have a reset key too.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/clientmotion.py1
1 files changed, 1 insertions, 0 deletions
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])