mirror of
https://github.com/brl/mutter.git
synced 2025-03-10 05:15:03 +00:00

When running headlessly it fails guessing the scale to -1.0f making the assertion g_assert (guessed_scale >= 0.5) fail. Setting it to 1.f in that case fixes it. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3464>