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

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