mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
Merge branch 'wip/smcv/misc-realize' into 'main'
testsuite: If gsk_renderer_realize() fails, say why See merge request GNOME/gtk!7686
This commit is contained in:
commit
5567934fc9
@ -214,6 +214,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
|
||||
res = gsk_renderer_realize (renderer, surface, &error);
|
||||
|
||||
g_assert_no_error (error);
|
||||
g_assert_true (res);
|
||||
|
||||
g_assert_true (gsk_renderer_is_realized (renderer));
|
||||
|
Loading…
Reference in New Issue
Block a user