[PD-cvs] externals/grill/flext/source flclass.h,1.58,1.59

Thomas Grill xovo at users.sourceforge.net
Tue May 24 11:48:23 CEST 2005


Update of /cvsroot/pure-data/externals/grill/flext/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4096/source

Modified Files:
	flclass.h 
Log Message:
small fix
changed initialization functions accordingly
slimmed object data structures


Index: flclass.h
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flclass.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** flclass.h	23 May 2005 16:52:44 -0000	1.58
--- flclass.h	24 May 2005 09:48:20 -0000	1.59
***************
*** 597,601 ****
  
  	//! \brief get a code for a list of inlets or outlets
! 	unsigned long XletCode(xlettype tp = xlettype::xlet_none,...); // end list with 0 (= tp_none) !!
  
  	/*! \brief Add some inlets by a special code representing the types
--- 597,601 ----
  
  	//! \brief get a code for a list of inlets or outlets
! 	unsigned long XletCode(xlettype tp = xlet_none,...); // end list with 0 (= tp_none) !!
  
  	/*! \brief Add some inlets by a special code representing the types





More information about the Pd-cvs mailing list