gnome.mutter: Backport edge resistance fix

This fixes "Snapping window to the edges sometimes doesn't work".

Part of https://src.fedoraproject.org/rpms/mutter/c/89161ff.
This commit is contained in:
Bobby Rong 2022-11-24 22:31:23 +08:00
parent 8e116f42e4
commit 9bf73cedb7
No known key found for this signature in database

View File

@ -75,6 +75,13 @@ let self = stdenv.mkDerivation rec {
sha256 = "NYoKCRh5o1Q15c11a79Hk5tGKq/jOa+e6GpgBjPEepo=";
revert = true;
})
# Backport edge resistance fix (should be part of 43.2)
# https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2687
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/mutter/-/commit/accf532a29ea9a1d70880dfaa1834050aa3ae7be.patch";
sha256 = "XAHcPGQFWfZujlqO/cvUryojPCMBBSxeIG06BesDQQw=";
})
];
mesonFlags = [