From a236a36aee38d55ecad92e459925f6479995d46d Mon Sep 17 00:00:00 2001 From: rpm-build Date: Dec 10 2020 12:16: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: 41 --- diff --git a/src/shell-util.c b/src/shell-util.c index 3707845..fb9624a 100644 --- a/src/shell-util.c +++ b/src/shell-util.c @@ -398,9 +398,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;