From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:01:08 +0000 (-0800) Subject: coarseness param X-Git-Tag: v0.1~1 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=aac97eb2f11a2886f0ea06ec2718745104765cc9;p=morphograph.git coarseness param --- 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;