[PD-cvs] externals/miXed/shared/toxy scriptlet.c,1.3,1.4

krzyszcz at users.sourceforge.net krzyszcz at users.sourceforge.net
Wed Feb 25 11:54:46 CET 2004


Update of /cvsroot/pure-data/externals/miXed/shared/toxy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21748/shared/toxy

Modified Files:
	scriptlet.c 
Log Message:
widget tracing backward compatible to tcl8.3

Index: scriptlet.c
===================================================================
RCS file: /cvsroot/pure-data/externals/miXed/shared/toxy/scriptlet.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** scriptlet.c	19 Feb 2004 22:23:17 -0000	1.3
--- scriptlet.c	25 Feb 2004 10:54:42 -0000	1.4
***************
*** 198,202 ****
  	{
  	    t_canvas *cv;
! 	    if (cv = scriptlet_canvasvalidate(sp, visedonly))
  	    {
  		if (!strncmp(&ibuf[1], "tag", 3))
--- 198,202 ----
  	{
  	    t_canvas *cv;
! 	    if (cv = scriptlet_canvasvalidate(sp, 0))
  	    {
  		if (!strncmp(&ibuf[1], "tag", 3))





More information about the Pd-cvs mailing list