gsk: Replace a last instance of "next"

The output of GSK_RENDERER=help was still talking about
the "next" renderer, while actually looking for "ngl".
This commit is contained in:
Matthias Clasen 2021-02-23 18:36:41 -05:00
parent 2a38cecd33
commit e9ed874231

View File

@ -514,7 +514,7 @@ get_renderer_for_name (const char *renderer_name)
g_print (" cairo - Use the Cairo fallback renderer\n");
g_print (" opengl - Use the default OpenGL renderer\n");
g_print (" gl - Same as opengl\n");
g_print (" next - Another OpenGL renderer\n");
g_print (" ngl - Another OpenGL renderer\n");
#ifdef GDK_RENDERING_VULKAN
g_print (" vulkan - Use the Vulkan renderer\n");
#else