reftests: Make test runner always use image surfaces

See comment in code for why.
This commit is contained in:
Benjamin Otte 2012-01-17 17:06:09 +01:00
parent 3c4b8a676f
commit cc83986eb8

View File

@ -568,6 +568,12 @@ add_tests_for_files_in_directory (GFile *dir)
int
main (int argc, char **argv)
{
/* I don't want to fight fuzzy scaling algorithms in GPUs,
* so unles you explicitly set it to something else, we
* will use Cairo's image surface.
*/
g_setenv ("GDK_RENDERING", "image", FALSE);
if (!parse_command_line (&argc, &argv))
return 1;