From: equilet <2237372+equilet@users.noreply.github.com> Date: Sat, 17 Jun 2023 03:43:30 +0000 (-0700) Subject: added t_handle to struct X-Git-Tag: v0.1~31 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=e792faaab1f6db495f7ded46a4d63ef93b82b980;p=morphograph.git added t_handle to struct --- 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;