[PD-cvs] pd/src g_array.c,1.1.1.3.2.6,1.1.1.3.2.7

Tim Blechmann timblech at users.sourceforge.net
Thu May 27 22:40:58 CEST 2004


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

Modified Files:
      Tag: devel_0_37
	g_array.c 
Log Message:
moved _garray to g_canvas.h

Index: g_array.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_array.c,v
retrieving revision 1.1.1.3.2.6
retrieving revision 1.1.1.3.2.7
diff -C2 -d -r1.1.1.3.2.6 -r1.1.1.3.2.7
*** g_array.c	27 May 2004 16:49:00 -0000	1.1.1.3.2.6
--- g_array.c	27 May 2004 20:40:55 -0000	1.1.1.3.2.7
***************
*** 111,130 ****
  static int gcount = 0;
  
! struct _garray
! {
!     t_gobj x_gobj;
!     t_glist *x_glist;
!     t_array x_array;	    /* actual array; note only 4 fields used as below */
!     t_symbol *x_name;
!     t_symbol *x_realname;   /* name with "$" expanded */
!     t_float x_firstx;	    /* X value of first item */
!     t_float x_xinc; 	    /* X increment */
!     char x_usedindsp;	    /* true if some DSP routine is using this */
!     char x_saveit;   	    /* true if we should save this with parent */
!     double x_lastupdate;    /* T.Grill - clock_getlogicaltime() of last array update */
! #ifdef GARRAY_THREAD_LOCK
!     pthread_mutex_t * x_mutex; /* TB: mutex */
! #endif
! };
  
      /* macros to get into the "array" structure */
--- 111,115 ----
  static int gcount = 0;
  
! /* struct _garray: moved to g_canvas.h */
  
      /* macros to get into the "array" structure */





More information about the Pd-cvs mailing list