summaryrefslogtreecommitdiff
path: root/test/xlib-expose-event.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-10-30 04:43:45 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-10-30 04:43:45 -0400
commite51648b601de274559800c63575c7f7e0288f596 (patch)
tree2cf19758f9237f51a95613000e34db4cb918b47d /test/xlib-expose-event.c
parentf534bd549e1e2283735d1eabb60c015a5949a735 (diff)
[test/xlib-expose-event] Save the output image to disk
Diffstat (limited to 'test/xlib-expose-event.c')
-rw-r--r--test/xlib-expose-event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/xlib-expose-event.c b/test/xlib-expose-event.c
index 2d2a6c1ba..fd0bbcb2a 100644
--- a/test/xlib-expose-event.c
+++ b/test/xlib-expose-event.c
@@ -190,6 +190,7 @@ compare (const cairo_test_context_t *ctx, cairo_surface_t *surface)
cairo_set_source_surface (cr, surface, 0, 0);
cairo_paint (cr);
cairo_destroy (cr);
+ cairo_surface_write_to_png (image, "xlib-expose-event-out.png");
reference = cairo_test_create_surface_from_png (ctx, "xlib-expose-event-ref.png");
status = image_diff (ctx, reference, image, diff, &result);