In older versions of GTK4 there was the original "gl" renderer and I
think "ngl" was the new one. If they finally retired the old one then it
makes sense for the remaining GL renderer to be called "gl" instead of
"ngl". But I would use whatever string works for the version of GTK4 you
have in the release.
It appears they're all the same now:
else if (g_ascii_strcasecmp (renderer_name, "gl") == 0 ||
g_ascii_strcasecmp (renderer_name, "opengl") == 0)
return GSK_TYPE_GL_RENDERER;
else if (g_ascii_strcasecmp (renderer_name, "ngl") == 0)
{
g_warning ("The new GL renderer has been renamed to gl. Try
GSK_RENDERER=help");
return GSK_TYPE_GL_RENDERER;
}
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2124106
Title:
Ptyxis output and window corruption on Raspberry Pi
To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/2124106/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs