summaryrefslogtreecommitdiff
path: root/mandel.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandel.h')
-rw-r--r--mandel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandel.h b/mandel.h
index aed1738..99d4b60 100644
--- a/mandel.h
+++ b/mandel.h
@@ -15,4 +15,4 @@ void mandel_free(Mandel *ctx);
double mandel_imgh(const Mandel *ctx, const Params *par);
// dst[3*w*h]
-void mandel_render(uint8_t *dst, Mandel *ctx, const Params *par);
+void mandel_render(uint8_t *dst, Mandel *ctx, const Params *par, size_t subsample);