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

Mathieu Bouchard matju at users.sourceforge.net
Tue Dec 5 02:28:08 CET 2006


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

Modified Files:
      Tag: desiredata
	desire.c 
Log Message:
canvas text_setto always uses a serial


Index: desire.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v
retrieving revision 1.1.2.217.2.19
retrieving revision 1.1.2.217.2.20
diff -C2 -d -r1.1.2.217.2.19 -r1.1.2.217.2.20
*** desire.c	4 Dec 2006 20:59:49 -0000	1.1.2.217.2.19
--- desire.c	5 Dec 2006 01:28:04 -0000	1.1.2.217.2.20
***************
*** 6268,6271 ****
--- 6268,6273 ----
  	    binbuf_free(x->binbuf);
  	    x->binbuf = b;
+ 	    /* fake object creation, for simplicity of client, until the "general reply system" comes, if it does */
+ 	    pd_set_newest(x);
  	} else {
  	    int xwas=x->x, ywas=x->y;





More information about the Pd-cvs mailing list