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/plasma/plasma.c | |
parent | d1a7170c350553bb55f3a55fc807802fee0ed33e (diff) |
*: s/renderer/module/g
Make consistent with the source directory structure naming.
Diffstat (limited to 'src/modules/plasma/plasma.c')
-rw-r--r-- | src/modules/plasma/plasma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/plasma/plasma.c b/src/modules/plasma/plasma.c index 59c394a..211a032 100644 --- a/src/modules/plasma/plasma.c +++ b/src/modules/plasma/plasma.c @@ -117,7 +117,7 @@ static void plasma(fb_fragment_t *fragment) rr += 3; } -rototiller_renderer_t plasma_renderer = { +rototiller_module_t plasma_module = { .render = plasma, .name = "plasma", .description = "Oldskool plasma effect", |