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/roto/roto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/roto') diff --git a/src/modules/roto/roto.c b/src/modules/roto/roto.c index d789f85..c44d624 100644 --- a/src/modules/roto/roto.c +++ b/src/modules/roto/roto.c @@ -287,7 +287,7 @@ static void roto64(fb_fragment_t *fragment) } -rototiller_renderer_t roto32_renderer = { +rototiller_module_t roto32_module = { .render = roto32, .name = "roto32", .description = "Anti-aliased tiled texture rotation (32-bit)", @@ -296,7 +296,7 @@ rototiller_renderer_t roto32_renderer = { }; -rototiller_renderer_t roto64_renderer = { +rototiller_module_t roto64_module = { .render = roto64, .name = "roto64", .description = "Anti-aliased tiled texture rotation (64-bit)", -- cgit v1.2.1