mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
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:
parent
9c39232ab3
commit
7a01741575
@ -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") ||
|
||||
|
Loading…
Reference in New Issue
Block a user