mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Skip gsk_ngl type funcs
The only type we have with this prefix is the deprecated duplicate of gsk_gl_renderer_get_type(), and including it causes some tests to break. So skip it.
This commit is contained in:
parent
7a1644bc97
commit
f868c67429
@ -79,6 +79,8 @@ for f in funcs:
|
||||
file_output += ['#ifdef GDK_RENDERING_VULKAN']
|
||||
file_output += ['*tp++ = {0}();'.format(f)]
|
||||
file_output += ['#endif']
|
||||
elif f.startswith('gsk_ngl'):
|
||||
file_output += ['']
|
||||
else:
|
||||
file_output += ['*tp++ = {0}();'.format(f)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user