[PD-cvs] pd/src m_class.c,1.3.4.7.2.22.2.9,1.3.4.7.2.22.2.10

Mathieu Bouchard matju at users.sourceforge.net
Thu Dec 14 03:17:21 CET 2006


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

Modified Files:
      Tag: desiredata
	m_class.c 
Log Message:
removed parentwidgetbehavior


Index: m_class.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_class.c,v
retrieving revision 1.3.4.7.2.22.2.9
retrieving revision 1.3.4.7.2.22.2.10
diff -C2 -d -r1.3.4.7.2.22.2.9 -r1.3.4.7.2.22.2.10
*** m_class.c	13 Dec 2006 02:53:02 -0000	1.3.4.7.2.22.2.9
--- m_class.c	14 Dec 2006 02:17:19 -0000	1.3.4.7.2.22.2.10
***************
*** 176,180 ****
      c->c_listmethod = pd_defaultlist;
      c->c_anymethod = pd_defaultanything;
-     c->c_pwb = 0;
      c->c_firstin = ((flags & CLASS_NOINLET) == 0);
      c->c_firsttip = gensym("?");
--- 176,179 ----





More information about the Pd-cvs mailing list