summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12f825f99bb4..782befb25978 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -97,6 +97,10 @@ prepare() {
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/568
git cherry-pick -n 00d8337d
+ # Fix background texture corruption when resuming from suspend on Nvidia
+ # https://gitlab.gnome.org/GNOME/mutter/merge_requests/600
+ git cherry-pick -n 87b86262^..eabb1842
+
# '
# Commented multiline comment end, remove the # above if disabling the patches
}