summaryrefslogtreecommitdiff
path: root/src/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads.h')
-rw-r--r--src/threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threads.h b/src/threads.h
index 5926328..f7eec81 100644
--- a/src/threads.h
+++ b/src/threads.h
@@ -11,7 +11,7 @@ typedef struct threads_t threads_t;
threads_t * threads_create();
void threads_destroy(threads_t *threads);
-void threads_frame_submit(threads_t *threads, rototiller_frame_t *frame, void (*render_fragment_func)(fb_fragment_t *fragment));
+void threads_frame_submit(threads_t *threads, rototiller_frame_t *frame, void (*render_fragment_func)(void *context, fb_fragment_t *fragment), void *context);
void threads_wait_idle(threads_t *threads);
unsigned threads_num_threads(threads_t *threads);
© All Rights Reserved