Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11985
Modified Files: Tag: desiredata desire.h Log Message: gstub is gone
Index: desire.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v retrieving revision 1.1.2.49.2.22 retrieving revision 1.1.2.49.2.23 diff -C2 -d -r1.1.2.49.2.22 -r1.1.2.49.2.23 *** desire.h 3 Jan 2007 03:54:18 -0000 1.1.2.49.2.22 --- desire.h 3 Jan 2007 08:42:08 -0000 1.1.2.49.2.23 *************** *** 153,158 **** #endif t_gobj *list; /* the actual data */ - struct _gstub *stub; /* safe pointer handler */ - int valid; /* incremented when pointers might be stale */ t_canvas *owner; /* parent canvas, supercanvas, or 0 if none */ int pixwidth, pixheight; /* width in pixels (on parent, if a graph) */ --- 153,156 ---- *************** *** 221,227 **** char *vec; /* array of elements */ t_symbol *templatesym; /* template for elements */ - int valid; /* protection against stale pointers into array */ t_gpointer gp; /* pointer to scalar or array element we're in */ - t_gstub *stub; /* stub for pointing into this array */ };
--- 219,223 ---- *************** *** 299,304 **** EXTERN t_array *array_new(t_symbol *templatesym, t_gpointer *parent); EXTERN void array_resize(t_array *x, int n); - EXTERN t_gstub *gstub_new(t_canvas *gl, t_array *a); - EXTERN void gstub_cutoff(t_gstub *gs); EXTERN void word_init(t_word *wp, t_template *tmpl, t_gpointer *gp); EXTERN void word_restore(t_word *wp, t_template *tmpl, int argc, t_atom *argv); --- 295,298 ----