aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-22 23:00:45 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-22 23:00:45 +0100
commit05d8853ad8da359b12102f448ed16d936d39439d (patch)
treeb8bc9035edb6c55e2db8e6553ca1fd9920e53996 /src/render.h
parentaef9ff30bf35c60dc757212f98cb4122a089b867 (diff)
Top frame belongs to SCBlock
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.h b/src/render.h
index 5354deb..37e66b2 100644
--- a/src/render.h
+++ b/src/render.h
@@ -31,7 +31,7 @@
#include "imagestore.h"
extern cairo_surface_t *render_sc(SCBlock *scblocks, int w, int h,
- double log_w, double log_h, struct frame *top,
+ double log_w, double log_h,
SCBlock *stylesheet,
ImageStore *is, enum is_size isz,
int slide_number);