[PD-cvs] pd/src g_canvas.h,1.3.4.1,1.3.4.2

Tim Blechmann timblech at users.sourceforge.net
Tue Dec 14 10:36:10 CET 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17856

Modified Files:
      Tag: devel_0_38
	g_canvas.h 
Log Message:
saving user in the g_array (for testing only)


Index: g_canvas.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_canvas.h,v
retrieving revision 1.3.4.1
retrieving revision 1.3.4.2
diff -C2 -d -r1.3.4.1 -r1.3.4.2
*** g_canvas.h	5 Nov 2004 14:27:45 -0000	1.3.4.1
--- g_canvas.h	14 Dec 2004 09:36:08 -0000	1.3.4.2
***************
*** 214,217 ****
--- 214,226 ----
  } t_template;
  
+ 
+ /* /\* tb: for easy updating when array changes *\/ */
+ /* typedef struct _arrayuser */
+ /* { */
+ /* 	char** vec_prt;           /\* pointer pointing to _array.a_vec *\/ */
+ /* 	t_int*   n_prt;             /\* pointer pointing to _array.a_n *\/ */
+ /* 	struct _arrayusers* next;  /\* next element in list *\/ */
+ /* } t_arrayuser; */
+ 
  struct _array
  {
***************
*** 223,226 ****
--- 232,236 ----
      t_gpointer a_gp;    /* pointer to scalar or array element we're in */
      t_gstub *a_stub;
+ /* 	t_arrayuser * a_user; */
  };
  





More information about the Pd-cvs mailing list