Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25603
Modified Files: Tag: desiredata desire.c Log Message: fixed serial for broken objects including empty objects.
Index: desire.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.c,v retrieving revision 1.1.2.217.2.27 retrieving revision 1.1.2.217.2.28 diff -C2 -d -r1.1.2.217.2.27 -r1.1.2.217.2.28 *** desire.c 5 Dec 2006 07:43:00 -0000 1.1.2.217.2.27 --- desire.c 5 Dec 2006 15:29:08 -0000 1.1.2.217.2.28 *************** *** 6014,6017 **** --- 6014,6018 ---- } } + /* make a "broken object", that is, one that should appear with a dashed contour. */ if (!x) x = (t_text *)pd_new(text_class); x->binbuf = b; *************** *** 6023,6026 **** --- 6024,6028 ---- if (x->_class== vinlet_class) canvas_resortinlets(canvas_getcanvas(gl)); if (x->_class==voutlet_class) canvas_resortoutlets(canvas_getcanvas(gl)); + pd_set_newest(x); pd_popsym(gl); }