From f1557bea361602224f07965b8292b694ef570690 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 21 Apr 2017 14:18:21 -0700 Subject: *: s/renderer/module/g Make consistent with the source directory structure naming. --- src/modules/plasma/plasma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/plasma/plasma.c') 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", -- cgit v1.2.1