Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1811
Modified Files: Tag: desiredata desire.h Log Message: adding "path" variable to t_canvasenvironment
Index: desire.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v retrieving revision 1.1.2.49.2.4 retrieving revision 1.1.2.49.2.5 diff -C2 -d -r1.1.2.49.2.4 -r1.1.2.49.2.5 *** desire.h 5 Dec 2006 23:45:49 -0000 1.1.2.49.2.4 --- desire.h 8 Dec 2006 04:19:52 -0000 1.1.2.49.2.5 *************** *** 45,48 **** --- 45,49 ----
#include "m_pd.h" + #include "s_stuff.h"
#if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus) *************** *** 177,181 **** int argc; /* number of "$" arguments */ t_atom *argv; /* array of "$" arguments */ ! long dollarzero; /* value of "$0" */ };
--- 178,183 ---- int argc; /* number of "$" arguments */ t_atom *argv; /* array of "$" arguments */ ! long dollarzero; /* value of "$0" */ ! t_namelist *path;/* search path (0.40) */ };