From 9366dd20bc209ee142d51c6f4d33816efd1f0d87 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 2 May 2024 14:41:31 -0700 Subject: [PATCH] chore: max -> fmax --- staging/mutter/3567.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/mutter/3567.patch b/staging/mutter/3567.patch index 110a9f5..0aaabc3 100644 --- a/staging/mutter/3567.patch +++ b/staging/mutter/3567.patch @@ -1138,7 +1138,7 @@ index ea9c27d74..828e6f64e 100644 + META_EXPERIMENTAL_FEATURE_XWAYLAND_NATIVE_SCALING) && + meta_settings_is_experimental_feature_enabled (settings, + META_EXPERIMENTAL_FEATURE_SCALE_MONITOR_FRAMEBUFFER)) -+ return max(ceil(manager->highest_monitor_scale), 1); ++ return fmax(ceil(manager->highest_monitor_scale), 1); + } + + return 1;