Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2817
Modified Files: Tag: devel_0_37 m_pd.h Log Message: exported tooltip functions
Index: m_pd.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v retrieving revision 1.1.1.4.2.15 retrieving revision 1.1.1.4.2.16 diff -C2 -d -r1.1.1.4.2.15 -r1.1.1.4.2.16 *** m_pd.h 23 Jul 2004 08:46:40 -0000 1.1.1.4.2.15 --- m_pd.h 31 Aug 2004 01:05:07 -0000 1.1.1.4.2.16 *************** *** 441,446 **** #endif
! void class_settip(t_class *x,t_symbol* s); ! void inlet_settip(t_inlet* i,t_symbol* s);
/* ------------ printing --------------------------------- */ --- 441,446 ---- #endif
! EXTERN void class_settip(t_class *x,t_symbol* s); ! EXTERN void inlet_settip(t_inlet* i,t_symbol* s);
/* ------------ printing --------------------------------- */