diff options
Diffstat (limited to 'src/scaling-report.c')
-rw-r--r-- | src/scaling-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c index 4c2390b5..ba425b96 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -716,7 +716,7 @@ static void watermark(struct _srcontext *sr) static void new_page(struct _srcontext *sr) { - cairo_surface_show_page(sr->surf); + cairo_show_page(sr->cr); watermark(sr); } |