Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17584
Modified Files: Tag: desiredata m_pd.h Log Message: .
Index: m_pd.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v retrieving revision 1.4.4.11.2.33.2.72 retrieving revision 1.4.4.11.2.33.2.73 diff -C2 -d -r1.4.4.11.2.33.2.72 -r1.4.4.11.2.33.2.73 *** m_pd.h 15 Aug 2007 18:47:22 -0000 1.4.4.11.2.33.2.72 --- m_pd.h 15 Aug 2007 21:20:02 -0000 1.4.4.11.2.33.2.73 *************** *** 595,601 **** /* every class that redefines this is an aggregator; every aggregator should redefine this. */ /* "calling super" is done by calling gobj_onsubscribe with same args */ ! typedef void (*t_onsubscribe)(t_gobj *x, t_gobj *origin); EXTERN void class_setonsubscribe(t_class *c, t_onsubscribe onsubscribe); ! EXTERN void gobj_onsubscribe(t_gobj *x, t_gobj *origin); /* default handler, that you may inherit from */
/* prototype for functions to save Pd's to a binbuf */ --- 595,601 ---- /* every class that redefines this is an aggregator; every aggregator should redefine this. */ /* "calling super" is done by calling gobj_onsubscribe with same args */ ! typedef void (*t_onsubscribe)(t_gobj *x, t_gobj *observer); EXTERN void class_setonsubscribe(t_class *c, t_onsubscribe onsubscribe); ! EXTERN void gobj_onsubscribe(t_gobj *x, t_gobj *observer); /* default handler, that you may inherit from */
/* prototype for functions to save Pd's to a binbuf */