diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2017-04-21 14:18:21 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2017-04-21 14:18:21 -0700 |
commit | f1557bea361602224f07965b8292b694ef570690 (patch) | |
tree | f9d56542d179dbd45f3f12117c227dc2ff117755 /src/modules/julia/julia.c | |
parent | d1a7170c350553bb55f3a55fc807802fee0ed33e (diff) |
*: s/renderer/module/g
Make consistent with the source directory structure naming.
Diffstat (limited to 'src/modules/julia/julia.c')
-rw-r--r-- | src/modules/julia/julia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/julia/julia.c b/src/modules/julia/julia.c index 1afb3cc..f8072a8 100644 --- a/src/modules/julia/julia.c +++ b/src/modules/julia/julia.c @@ -108,7 +108,7 @@ static void julia(fb_fragment_t *fragment) rr += .01; } -rototiller_renderer_t julia_renderer = { +rototiller_module_t julia_module = { .render = julia, .name = "julia", .description = "Julia set fractal morpher", |