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/stars/stars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/stars') diff --git a/src/modules/stars/stars.c b/src/modules/stars/stars.c index 2ff9b99..61f652e 100644 --- a/src/modules/stars/stars.c +++ b/src/modules/stars/stars.c @@ -54,7 +54,7 @@ static void stars(fb_fragment_t *fragment) } } -rototiller_renderer_t stars_renderer = { +rototiller_module_t stars_module = { .render = stars, .name = "stars", .description = "basic starfield", -- cgit v1.2.1