forked from AuroraMiddleware/gtk
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), "GdkX11DeviceManagerXI2") ||
|
||||||
g_str_equal (g_type_name (type), "GdkX11Display") ||
|
g_str_equal (g_type_name (type), "GdkX11Display") ||
|
||||||
g_str_equal (g_type_name (type), "GdkX11DisplayManager") ||
|
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;
|
return;
|
||||||
|
|
||||||
/* This throws a critical when the connection is dropped */
|
/* This throws a critical when the connection is dropped */
|
||||||
|
Loading…
Reference in New Issue
Block a user