From ee31e0b539c63bb52137f0585605dad3a700a7c0 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Wed, 19 Jul 2017 16:46:07 +0300 Subject: Introduce common frame dumping configuration and helpers This introduces a common FrameDumpPath configuration field, as well as helper functions in dedicated igt_frame for writing cairo surfaces to png files. Signed-off-by: Paul Kocialkowski Reviewed-by: Lyude --- lib/igt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/igt.h') diff --git a/lib/igt.h b/lib/igt.h index a069deb3..d16a4991 100644 --- a/lib/igt.h +++ b/lib/igt.h @@ -34,6 +34,7 @@ #include "igt_draw.h" #include "igt_dummyload.h" #include "igt_fb.h" +#include "igt_frame.h" #include "igt_gt.h" #include "igt_kms.h" #include "igt_pm.h" -- cgit v1.2.3