summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/gentypefuncs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gentypefuncs.py b/gtk/gentypefuncs.py
index 23a874aae7..d5692de281 100644
--- a/gtk/gentypefuncs.py
+++ b/gtk/gentypefuncs.py
@@ -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)]