mirror of
https://github.com/brl/mutter.git
synced 2024-12-04 13:50:41 -05:00
cogl/test-utils: Skip "showing" the onscreen
Tests pass anyway. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1514>
This commit is contained in:
parent
0fdf6a6405
commit
b0ec3a3ad7
@ -178,9 +178,6 @@ test_utils_init (TestFlags requirement_flags,
|
|||||||
if (!cogl_framebuffer_allocate (test_fb, &error))
|
if (!cogl_framebuffer_allocate (test_fb, &error))
|
||||||
g_critical ("Failed to allocate framebuffer: %s", error->message);
|
g_critical ("Failed to allocate framebuffer: %s", error->message);
|
||||||
|
|
||||||
if (onscreen)
|
|
||||||
cogl_onscreen_show (onscreen);
|
|
||||||
|
|
||||||
cogl_framebuffer_clear4f (test_fb,
|
cogl_framebuffer_clear4f (test_fb,
|
||||||
COGL_BUFFER_BIT_COLOR |
|
COGL_BUFFER_BIT_COLOR |
|
||||||
COGL_BUFFER_BIT_DEPTH |
|
COGL_BUFFER_BIT_DEPTH |
|
||||||
|
Loading…
Reference in New Issue
Block a user