[PD-cvs] pd/src desire.c,1.1.2.217.2.37,1.1.2.217.2.38

Mathieu Bouchard matju at users.sourceforge.net
Thu Dec 7 19:17:48 CET 2006


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

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
fixed [pd] serial bug again...


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.37
retrieving revision 1.1.2.217.2.38
diff -C2 -d -r1.1.2.217.2.37 -r1.1.2.217.2.38
*** desire.c	7 Dec 2006 03:01:53 -0000	1.1.2.217.2.37
--- desire.c	7 Dec 2006 18:17:43 -0000	1.1.2.217.2.38
***************
*** 778,782 ****
  
  static void canvas_pop(t_canvas *x, t_floatarg fvis) {
- /*  pd_set_newest(x); */
      pd_popsym(x);
      x->loading = 0;
--- 778,781 ----
***************
*** 874,877 ****
--- 873,877 ----
  
  void pd_set_newest (t_pd *x) {
+ 	if (newest == x) return; /* hack because otherwise it's complicated to remove duplicates */
  	newest = x;
  	if (!pd_origin()) return; /* the following only applies to objects created by client */
***************
*** 7765,7768 ****
--- 7765,7772 ----
      sys_get_midi_apis(buf2);
      sys_vgui("pd_startup {%s} %s %s\n", pd_version, buf, buf2);
+ /*
+     fprintf(stdout,"This line was printed on stdout\n");
+     fprintf(stderr,"This line was printed on stderr\n");
+ */
  }
  





More information about the Pd-cvs mailing list