Blame SOURCES/0001-background-refresh-after-suspend-on-wayland.patch

35159f
From 165fc5147cd2c9bf4bc10a1c5a9a940ec4ddd8d9 Mon Sep 17 00:00:00 2001
35159f
From: Ray Strode <rstrode@redhat.com>
35159f
Date: Tue, 15 Jan 2019 12:51:16 -0500
35159f
Subject: [PATCH 1/4] background: refresh after suspend on wayland
35159f
35159f
At the moment we only refresh after suspend on Xorg.
35159f
35159f
We need to do it on wayland, too.
35159f
---
35159f
 src/shell-util.c | 3 ---
35159f
 1 file changed, 3 deletions(-)
35159f
35159f
diff --git a/src/shell-util.c b/src/shell-util.c
35159f
index 31bb18e70..c6e5abed6 100644
35159f
--- a/src/shell-util.c
35159f
+++ b/src/shell-util.c
35159f
@@ -395,9 +395,6 @@ get_gl_vendor (void)
35159f
 gboolean
35159f
 shell_util_need_background_refresh (void)
35159f
 {
35159f
-  if (!clutter_check_windowing_backend (CLUTTER_WINDOWING_X11))
35159f
-    return FALSE;
35159f
-
35159f
   if (g_strcmp0 (get_gl_vendor (), "NVIDIA Corporation") == 0)
35159f
     return TRUE;
35159f
 
35159f
-- 
35159f
2.21.0
35159f