summaryrefslogtreecommitdiff
path: root/src/rototiller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rototiller.h')
-rw-r--r--src/rototiller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rototiller.h b/src/rototiller.h
index beafc52..84b3842 100644
--- a/src/rototiller.h
+++ b/src/rototiller.h
@@ -12,6 +12,7 @@ typedef struct rototiller_module_t {
void (*destroy_context)(void *context);
void (*prepare_frame)(void *context, unsigned n_cpus, fb_fragment_t *fragment, rototiller_fragmenter_t *res_fragmenter);
void (*render_fragment)(void *context, fb_fragment_t *fragment);
+ void (*finish_frame)(void *context, fb_fragment_t *fragment);
char *name;
char *description;
char *author;
© All Rights Reserved