Skip to content

magnifier: Remove call to dropped Clutter::get_default_frame_rate()

Clutter::get_default_frame_rate() has been removed in mutter!2002 (merged), but it is still being used here. Given that this was basically hardcoded to 60 in mutter with the only way of changing this being an obscure environment variable, just use that value here directly. This avoids a crash when starting gnome-shell with the magnifier enabled.

Fixes: #4761 (closed)

Merge request reports