]> git.dabkitsch.com - morphograph.git/commitdiff
added t_handle to struct
authorequilet <2237372+equilet@users.noreply.github.com>
Sat, 17 Jun 2023 03:43:30 +0000 (20:43 -0700)
committerequilet <2237372+equilet@users.noreply.github.com>
Sat, 17 Jun 2023 03:43:30 +0000 (20:43 -0700)
source/mgraph.h

index bc8945467fd534b342b22eb140ce5ae7fb2fd1f5..62dc15ab191746bbbf80ebe0e6c997d913bc4e2a 100644 (file)
@@ -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;