mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
reftests: Make test runner always use image surfaces
See comment in code for why.
This commit is contained in:
parent
3c4b8a676f
commit
cc83986eb8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user