diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2017-04-21 14:42:14 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2017-04-22 07:36:26 -0700 |
commit | 406495a01b1de41abc1b9240096da3741155b6fd (patch) | |
tree | d2c1e11e4f2cc94fb4dc6d8dc4d08aff2b6a67a2 /src/rototiller.c | |
parent | f1557bea361602224f07965b8292b694ef570690 (diff) |
*: /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.
Diffstat (limited to 'src/rototiller.c')
-rw-r--r-- | src/rototiller.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |