tests/gtk: Add GdkX11GLContext to the whitelist

We cannot create them directly anyway.
This commit is contained in:
Emmanuele Bassi 2014-10-22 21:20:52 +01:00
parent 9464415121
commit 7b6a6c9421

View File

@ -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 */