[PD-cvs] pd/src m_pd.h,1.4.4.11.2.33.2.76,1.4.4.11.2.33.2.77

Mathieu Bouchard matju at users.sourceforge.net
Tue Aug 21 21:23:34 CEST 2007


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

Modified Files:
      Tag: desiredata
	m_pd.h 
Log Message:
remove the donut hole


Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.4.4.11.2.33.2.76
retrieving revision 1.4.4.11.2.33.2.77
diff -C2 -d -r1.4.4.11.2.33.2.76 -r1.4.4.11.2.33.2.77
*** m_pd.h	18 Aug 2007 07:04:02 -0000	1.4.4.11.2.33.2.76
--- m_pd.h	21 Aug 2007 19:23:32 -0000	1.4.4.11.2.33.2.77
***************
*** 254,258 ****
     and non-DesireData systems. The equivalent in the Tcl side is really part of every view object. */
  typedef struct t_appendix {
- 	struct _gobj *next; // donut hole
  	t_canvas *canvas; /* the holder of this object */
  /* actual observable */
--- 254,257 ----
***************
*** 280,289 ****
      t_pd g_pd;              /* pure datum header (class) */
  #endif
- /* g_next is moved out to keep ABI compat */
- /* this is incompatible with externs compiled for regular pd that use g_next directly;
-    those are gui/state, clone, dyn, dynext, toxy, cyclone */
      t_appendix *dix;
  #define g_adix dix
- #define g_next dix->next
  #ifdef PD_PLUSPLUS_FACE
      _gobj *next();
--- 279,284 ----
***************
*** 939,940 ****
--- 934,936 ----
     removed fields: te_width, te_type.
   */
+ /* externs that use g_next directly can't work with desiredata: gui/state, clone, dyn, dynext, toxy, cyclone */





More information about the Pd-cvs mailing list