From 7a0d67c1e1d13b57c4f983fefe0a1ee4635cd96a Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Tue, 10 Nov 2020 17:46:32 +0200 Subject: [PATCH] Adjust to GNOME Desktop changes --- src/gs-manager.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/gs-manager.c b/src/gs-manager.c index 17cbadce..607fd70a 100644 --- a/src/gs-manager.c +++ b/src/gs-manager.c @@ -793,11 +793,7 @@ apply_background_to_window (GSManager *manager, width = monitor_geometry.width; height = monitor_geometry.height; gs_debug ("Creating background w:%d h:%d", width, height); - surface = gnome_bg_create_surface (manager->priv->bg, - gdk_window, - width, - height, - FALSE); + surface = gnome_bg_create_surface (manager->priv->bg, gdk_window, width, height); gs_window_set_background_surface (window, surface); cairo_surface_destroy (surface); }