From 0e92c962dabd566146d84295041961856593eb90 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 19 Oct 2011 05:08:12 +0000 Subject: port to 0.43's pdsend proc in pd-gui svn path=/trunk/externals/tof/; revision=15622 --- src/paramGui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/paramGui.h') 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; -- cgit v1.2.1