[gnome-shell/wip/rstrode/login-screen-extensions: 127/134] background: refresh after suspend on wayland




commit 7f757054dff5f2bdfd14499af83e35a6e7a05ec0
Author: Ray Strode <rstrode redhat com>
Date:   Tue Jan 15 12:51:16 2019 -0500

    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 3707845238..fb9624a228 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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]