Skip GdkX11DeviceManagerCore in notify tests

We already skip the XI2 implementation, and the core
one needs to the same treatment.
This commit is contained in:
Matthias Clasen 2016-01-03 10:34:40 -05:00
parent 9c39232ab3
commit 7a01741575

View File

@ -393,6 +393,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") ||