From 637c0a02f96ae3262337ff836a8c336a136f496a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 11 May 2005 14:30:49 +0000 Subject: added an outlet to t_matrix (needed by mtx_inverse) svn path=/trunk/externals/iem/iemmatrix/; revision=2951 --- src/iemmatrix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/iemmatrix.h') diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 025358d..6622441 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -80,7 +80,8 @@ typedef struct _matrix int current_row, current_col; /* this makes things easy for the mtx_row & mtx_col...*/ t_float f; - t_canvas *x_canvas; + t_canvas *x_canvas; /* needed for file-reading */ + t_outlet *x_outlet; /* just in case somebody wants an outlet */ } t_matrix; typedef struct _mtx_binscalar -- cgit v1.2.1