From 97b38c195092139cb4e1968d0daf16529290b499 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 15 Jan 2019 12:51:16 -0500 Subject: [PATCH] background: refresh after suspend on wayland At the moment we only refresh after suspend on Xorg. We need to do it on wayland, too. --- src/shell-util.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/shell-util.c b/src/shell-util.c index 70b8c0611..c43bf4cc5 100644 --- a/src/shell-util.c +++ b/src/shell-util.c @@ -399,9 +399,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;