diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-04-19 15:36:06 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-04-19 15:36:06 -0700 |
commit | 53d4d504b9103f524c50385ed3545fd08d0e272e (patch) | |
tree | 3f540f6bd1a0c6eb6301f15ebf3376e9c6fdaf68 /src/modules/spiro/spiro.c | |
parent | ca14c4bf346a200ab8a66be293d8e71d49e09e32 (diff) |
*: s/til_fb_fragment_zero/til_fb_fragment_clear/
Mechanical renaming of "zero" to "clear" throughout for this
context.
Diffstat (limited to 'src/modules/spiro/spiro.c')
-rw-r--r-- | src/modules/spiro/spiro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/spiro/spiro.c b/src/modules/spiro/spiro.c index ddbc33d..546dc60 100644 --- a/src/modules/spiro/spiro.c +++ b/src/modules/spiro/spiro.c @@ -81,7 +81,7 @@ static void spiro_render_fragment(void *context, unsigned ticks, unsigned cpu, t } /* blank the fragment */ - til_fb_fragment_zero(fragment); + til_fb_fragment_clear(fragment); /* plot one spirograph run */ float l=ctxt->p/ctxt->r; |