[PD-cvs] pd/src desire.c,1.1.2.217.2.20,1.1.2.217.2.21

Mathieu Bouchard matju at users.sourceforge.net
Tue Dec 5 03:57:51 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3070

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
fixed serial for #X msg, floatatom, symbolatom, comment.


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.20
retrieving revision 1.1.2.217.2.21
diff -C2 -d -r1.1.2.217.2.20 -r1.1.2.217.2.21
*** desire.c	5 Dec 2006 01:28:04 -0000	1.1.2.217.2.20
--- desire.c	5 Dec 2006 02:57:47 -0000	1.1.2.217.2.21
***************
*** 5968,5971 ****
--- 5968,5972 ----
      	canvas_add(gl,x);
      }
+     pd_set_newest(x);
  }
  
***************
*** 6100,6103 ****
--- 6101,6105 ----
      	canvas_add(gl,x);
      }
+     pd_set_newest(x);
  }
  
***************
*** 6207,6210 ****
--- 6209,6213 ----
      if (argc >= 2) gatom_reload(x,&s_,argc-2,argv+2);
      canvas_add(gl,x);
+     pd_set_newest(x);
  }
  





More information about the Pd-cvs mailing list