forked from AuroraMiddleware/gtk
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:
parent
2a38cecd33
commit
e9ed874231
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user