aboutsummaryrefslogtreecommitdiff
path: root/src/paramGui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/paramGui.h')
-rw-r--r--src/paramGui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paramGui.h b/src/paramGui.h
index 6e688df..c588307 100644
--- a/src/paramGui.h
+++ b/src/paramGui.h
@@ -351,7 +351,7 @@ static void paramGui_bang(t_paramGui *x) {
// query for the mouse pointers position
// one it is received, build the canvas
x->waiting = 1;
- sys_vgui("pd [concat %s motion [winfo pointerxy .] \\;]\n",x->receive->s_name);
+ sys_vgui("pdsend \"%s motion [winfo pointerxy .] \"\n",x->receive->s_name);
} else {
// Show canvas
t_atom a;