aboutsummaryrefslogtreecommitdiff
path: root/src/scaling-report.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-02-05 23:52:04 +0100
committerThomas White <taw@bitwiz.org.uk>2013-02-05 23:52:04 +0100
commit004be7ba8d405c7d04ac6143c783bfec70d296bb (patch)
tree1829386435cb0e1a7e66faf57a069f8f94d39b74 /src/scaling-report.h
parent48bfb8e3674e921df3dc2ec387e6aa2889c343d3 (diff)
WIP on updating partialator
Diffstat (limited to 'src/scaling-report.h')
-rw-r--r--src/scaling-report.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scaling-report.h b/src/scaling-report.h
index b9ac3fb7..5b153377 100644
--- a/src/scaling-report.h
+++ b/src/scaling-report.h
@@ -40,25 +40,25 @@ typedef struct _srcontext SRContext; /* Opaque */
#ifdef HAVE_CAIRO
-extern SRContext *sr_titlepage(struct image *images, int n,
+extern SRContext *sr_titlepage(Crystal **crystals, int n,
const char *filename,
const char *stream_filename,
const char *cmdline);
-extern void sr_iteration(SRContext *sr, int iteration, struct image *images,
- int n, RefList *full);
+extern void sr_iteration(SRContext *sr, int iteration,
+ Crystal **crystals, int n, RefList *full);
extern void sr_finish(SRContext *sr);
#else
-SRContext *sr_titlepage(struct image *images, int n, const char *filename,
+SRContext *sr_titlepage(Crystal **crystals, int n, const char *filename,
const char *stream_filename, const char *cmdline)
{
return NULL;
}
-void sr_iteration(SRContext *sr, int iteration, struct image *images, int n,
+void sr_iteration(SRContext *sr, int iteration, Crystal **crystals, int n,
RefList *full)
{
}