mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
tests/gtk: Add GdkX11GLContext to the whitelist
We cannot create them directly anyway.
This commit is contained in:
parent
9464415121
commit
7b6a6c9421
@ -84,7 +84,8 @@ test_type (gconstpointer data)
|
||||
g_str_equal (g_type_name (type), "GdkX11DeviceManagerXI2") ||
|
||||
g_str_equal (g_type_name (type), "GdkX11Display") ||
|
||||
g_str_equal (g_type_name (type), "GdkX11DisplayManager") ||
|
||||
g_str_equal (g_type_name (type), "GdkX11Screen"))
|
||||
g_str_equal (g_type_name (type), "GdkX11Screen") ||
|
||||
g_str_equal (g_type_name (type), "GdkX11GLContext"))
|
||||
return;
|
||||
|
||||
/* This throws a critical when the connection is dropped */
|
||||
|
Loading…
Reference in New Issue
Block a user