[PD-cvs] pd/src m_imp.h,1.3.4.1.2.6,1.3.4.1.2.7

Mathieu Bouchard matju at users.sourceforge.net
Sat Oct 14 01:41:50 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	m_imp.h 
Log Message:
desire.h contains its own copy of m_imp.h anyway.


Index: m_imp.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_imp.h,v
retrieving revision 1.3.4.1.2.6
retrieving revision 1.3.4.1.2.7
diff -C2 -d -r1.3.4.1.2.6 -r1.3.4.1.2.7
*** m_imp.h	19 Sep 2006 16:08:47 -0000	1.3.4.1.2.6
--- m_imp.h	13 Oct 2006 23:41:48 -0000	1.3.4.1.2.7
***************
*** 47,58 ****
      t_listmethod c_listmethod;
      t_anymethod c_anymethod;
- #ifndef DESIRE
      struct _widgetbehavior *c_wb;       /* "gobjs" only */
- #endif
      struct _parentwidgetbehavior *c_pwb;/* widget behavior in parent */
      t_savefn c_savefn;                  /* function to call when saving */
- #ifndef DESIRE
      t_propertiesfn c_propertiesfn;      /* function to start prop dialog */
- #endif
      int c_floatsignalin;                /* onset to float for signal input */
      char c_gobj;                        /* true if is a gobj */
--- 47,54 ----
***************
*** 61,69 ****
      char c_drawcommand;             /* a drawing command for a template */
      t_symbol *c_firsttip;
- #ifdef DESIRE
-     t_symbol **c_fields; /* names of fields aka attributes, and I don't mean the #V attributes. */
-     int c_nfields; /* ... and how many of them */
-     t_notice c_notice; /* observer method */
- #endif
  };
  
--- 57,60 ----





More information about the Pd-cvs mailing list