mirror of
https://github.com/brl/mutter.git
synced 2025-02-05 16:14:10 +00:00
![Jonas Ådahl](/assets/img/avatar_default.png)
Seems glGetString(GL_RENDERER) in the wild can return NULL, causing issues with strstr(). Handle this more gracefully by using g_return_val_if_fail(), that assumes a NULL renderer means software rendering. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1931>