[PD-cvs] pd/src desire.c,1.1.2.217.2.2,1.1.2.217.2.3

Mathieu Bouchard matju at users.sourceforge.net
Thu Nov 30 18:10:03 CET 2006


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

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
not all object creations increment the serial.


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.2
retrieving revision 1.1.2.217.2.3
diff -C2 -d -r1.1.2.217.2.2 -r1.1.2.217.2.3
*** desire.c	30 Nov 2006 17:07:00 -0000	1.1.2.217.2.2
--- desire.c	30 Nov 2006 17:09:59 -0000	1.1.2.217.2.3
***************
*** 844,847 ****
--- 844,848 ----
  extern "C" void pd_set_newest (t_pd *x) {
  	newest = x;
+ 	if (!origin) return; /* the following only applies to objects created by client */
  	unsigned short serial = manager->serial++;
  	sys_vgui("serial %x %x\n",serial,x);





More information about the Pd-cvs mailing list