From aac97eb2f11a2886f0ea06ec2718745104765cc9 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:01:08 -0800 Subject: [PATCH] coarseness param --- source/mgraph.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/mgraph.h b/source/mgraph.h index 3fac270..83bf4fa 100644 --- a/source/mgraph.h +++ b/source/mgraph.h @@ -75,6 +75,7 @@ typedef struct _morphograph { t_handle l_svgh; //handle for svg text buffer bool verbose; + long coarseness; //t_hashtab *hash_table; } t_morphograph; -- 2.34.1