From 406495a01b1de41abc1b9240096da3741155b6fd Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 21 Apr 2017 14:42:14 -0700 Subject: *: /render/render_fragment/ in rototiller_module_t Adding more context to the name in anticipation of adding a prepare_frame() method to the module struct. --- src/rototiller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rototiller.c') diff --git a/src/rototiller.c b/src/rototiller.c index 372ab7d..50df52e 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -80,7 +80,7 @@ int main(int argc, const char *argv[]) fps_print(fb); page = fb_page_get(fb); - modules[module]->render(&page->fragment); + modules[module]->render_fragment(&page->fragment); fb_page_put(fb, page); } -- cgit v1.2.1