summaryrefslogtreecommitdiff
path: root/lib/igt_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_frame.h')
-rw-r--r--lib/igt_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/igt_frame.h b/lib/igt_frame.h
index 11f96cbe..f44f57d7 100644
--- a/lib/igt_frame.h
+++ b/lib/igt_frame.h
@@ -38,5 +38,7 @@ void igt_write_compared_frames_to_png(cairo_surface_t *reference,
const char *capture_suffix);
bool igt_check_analog_frame_match(cairo_surface_t *reference,
cairo_surface_t *capture);
+bool igt_check_checkerboard_frame_match(cairo_surface_t *reference,
+ cairo_surface_t *capture);
#endif