summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index e51ad5e..e8a166a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -326,9 +326,9 @@ static void * rototiller_thread(void *_rt)
rototiller_t *rt = _rt;
while (til_stream_active(rt->stream)) {
- unsigned ticks;
+ unsigned ticks, delay = 0;
- rt->fragment = til_fb_page_get(rt->fb);
+ rt->fragment = til_fb_page_get(rt->fb, &delay);
if (!rt->fragment) {
til_stream_end(rt->stream);
continue;
© All Rights Reserved