From e792faaab1f6db495f7ded46a4d63ef93b82b980 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 16 Jun 2023 20:43:30 -0700 Subject: [PATCH] added t_handle to struct --- source/mgraph.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/mgraph.h b/source/mgraph.h index bc89454..62dc15a 100644 --- a/source/mgraph.h +++ b/source/mgraph.h @@ -70,6 +70,7 @@ typedef struct _morphograph { void *l_outlet_1; Parameters l_params; t_buffer_ref *l_buffer_reference; //buffer ref + t_handle l_svgh; //handle for svg text buffer //t_hashtab *hash_table; } t_morphograph; -- 2.34.1