Skip to content

Commit

Permalink
Adjust to GNOME Desktop changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl authored and gmbr3 committed Apr 11, 2021
1 parent 1ef29c0 commit 7a0d67c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/gs-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 7a0d67c

Please sign in to comment.