mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Skip GdkX11DeviceManagerCore in default value tests
We already skip the XI2 implementation, and the core one needs the same treatment.
This commit is contained in:
parent
e1634d18de
commit
12be432df7
@ -82,6 +82,7 @@ test_type (gconstpointer data)
|
||||
#endif
|
||||
g_type_is_a (type, gdk_pixbuf_simple_anim_iter_get_type ()) ||
|
||||
g_str_equal (g_type_name (type), "GdkX11DeviceManagerXI2") ||
|
||||
g_str_equal (g_type_name (type), "GdkX11DeviceManagerCore") ||
|
||||
g_str_equal (g_type_name (type), "GdkX11Display") ||
|
||||
g_str_equal (g_type_name (type), "GdkX11DisplayManager") ||
|
||||
g_str_equal (g_type_name (type), "GdkX11Screen") ||
|
||||
|
Loading…
Reference in New Issue
Block a user