From a26edb7850b1d9c4a9f73519eb5c2e5b2c5f211e Mon Sep 17 00:00:00 2001 From: rpm-build Date: Sep 25 2020 17:45:22 +0000 Subject: 0001-background-refresh-after-suspend-on-wayland.patch patch_name: 0001-background-refresh-after-suspend-on-wayland.patch present_in_specfile: true location_in_specfile: 31 --- diff --git a/src/shell-util.c b/src/shell-util.c index 31bb18e..c6e5abe 100644 --- a/src/shell-util.c +++ b/src/shell-util.c @@ -395,9 +395,6 @@ get_gl_vendor (void) gboolean shell_util_need_background_refresh (void) { - if (!clutter_check_windowing_backend (CLUTTER_WINDOWING_X11)) - return FALSE; - if (g_strcmp0 (get_gl_vendor (), "NVIDIA Corporation") == 0) return TRUE;