Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3655
Modified Files: Tag: desiredata desire.h Log Message: flag for new atom API
Index: desire.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v retrieving revision 1.1.2.49.2.13 retrieving revision 1.1.2.49.2.14 diff -C2 -d -r1.1.2.49.2.13 -r1.1.2.49.2.14 *** desire.h 20 Dec 2006 10:10:34 -0000 1.1.2.49.2.13 --- desire.h 20 Dec 2006 10:28:07 -0000 1.1.2.49.2.14 *************** *** 83,92 **** t_listmethod c_listmethod; t_anymethod c_anymethod; ! t_savefn c_savefn; /* function to call when saving */ ! int c_floatsignalin; /* onset to float for signal input */ ! char c_gobj; /* true if is a gobj */ ! char c_patchable; /* true if we have a t_object header */ ! char c_firstin; /* if patchable, true if draw first inlet */ ! char c_drawcommand; /* a drawing command for a template */ t_symbol *c_firsttip; t_symbol **c_fields; /* names of fields aka attributes, and I don't mean the #V attributes. */ --- 83,93 ---- t_listmethod c_listmethod; t_anymethod c_anymethod; ! t_savefn c_savefn; /* function to call when saving */ ! int c_floatsignalin; /* onset to float for signal input */ ! unsigned c_gobj:1; /* true if is a gobj */ ! unsigned c_patchable:1; /* true if we have a t_object header */ ! unsigned c_firstin:1; /* if patchable, true if draw first inlet */ ! unsigned c_drawcommand:1; /* a drawing command for a template */ ! unsigned c_newatoms:1; /* can handle refcounting of atoms (future use) */ t_symbol *c_firsttip; t_symbol **c_fields; /* names of fields aka attributes, and I don't mean the #V attributes. */