aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-12-10 23:42:16 +0100
committerThomas White <taw@bitwiz.org.uk>2014-12-10 23:42:16 +0100
commitfb3e555e5f3f42db4719d70bbb41697f05d1903a (patch)
tree109394b61d231c4f36cd30bad0808c66fa6920e3 /src/render.h
parentb9c2d02c6bbf19287a2d68d3ec9887b4bb49fb80 (diff)
Multiple stylesheets in rendering pipeline
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render.h b/src/render.h
index 37e66b2..0f51851 100644
--- a/src/render.h
+++ b/src/render.h
@@ -1,7 +1,7 @@
/*
* render.h
*
- * Copyright © 2013 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2013-2014 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
*
@@ -32,7 +32,7 @@
extern cairo_surface_t *render_sc(SCBlock *scblocks, int w, int h,
double log_w, double log_h,
- SCBlock *stylesheet,
+ SCBlock **stylesheets,
ImageStore *is, enum is_size isz,
int slide_number);