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:
Matthias Clasen 2016-01-03 16:14:43 -05:00
parent e1634d18de
commit 12be432df7

View File

@ -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") ||