[PD-cvs] externals/iem/iemmatrix/src iemmatrix.h,1.7,1.8

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Wed May 11 16:30:52 CEST 2005


Update of /cvsroot/pure-data/externals/iem/iemmatrix/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30347

Modified Files:
	iemmatrix.h 
Log Message:
added an outlet to t_matrix (needed by mtx_inverse)


Index: iemmatrix.h
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/iemmatrix.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** iemmatrix.h	11 May 2005 14:08:53 -0000	1.7
--- iemmatrix.h	11 May 2005 14:30:49 -0000	1.8
***************
*** 81,85 ****
    t_float f;
  
!   t_canvas *x_canvas;
  } t_matrix;
  
--- 81,86 ----
    t_float f;
  
!   t_canvas *x_canvas; /* needed for file-reading */
!   t_outlet *x_outlet; /* just in case somebody wants an outlet */
  } t_matrix;
  





More information about the Pd-cvs mailing list