aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
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);