[PD-cvs] pd/src desire.c,1.1.2.216,1.1.2.217

Mathieu Bouchard matju at users.sourceforge.net
Tue Nov 28 22:24:03 CET 2006


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

Modified Files:
      Tag: devel_0_39
	desire.c 
Log Message:
"serial" message from server to client (aka "future-object")


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.216
retrieving revision 1.1.2.217
diff -C2 -d -r1.1.2.216 -r1.1.2.217
*** desire.c	28 Nov 2006 21:12:59 -0000	1.1.2.216
--- desire.c	28 Nov 2006 21:23:58 -0000	1.1.2.217
***************
*** 844,847 ****
--- 844,849 ----
  extern "C" void pd_set_newest (t_pd *x) {
  	newest = x;
+ 	unsigned short serial = manager->serial++;
+ 	sys_vgui("serial %x %x\n",serial,x);
  }
  





More information about the Pd-cvs mailing list