mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
Cosmetics
This commit is contained in:
parent
77cf390727
commit
db4f60cc9d
@ -385,13 +385,13 @@ parse_node_file (GFile *file, const char *generate)
|
||||
|
||||
if (!GDK_DISPLAY_DEBUG_CHECK (gdk_display_get_default (), FORCE_OFFLOAD))
|
||||
{
|
||||
g_print ("Offload tests require GDK_DEBUG=force-offload");
|
||||
g_print ("Offload tests require GDK_DEBUG=force-offload\n");
|
||||
exit (77);
|
||||
}
|
||||
|
||||
if (gdk_surface_get_scale (surface) != 1.0)
|
||||
{
|
||||
g_print ("Offload tests don't work with fractional scales");
|
||||
g_print ("Offload tests don't work with fractional scales\n");
|
||||
exit (77);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user