summaryrefslogtreecommitdiff
path: root/scripts/clientmotion.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/clientmotion.py')
-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])