mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 16:06:37 +01:00
parent
ae52511649
commit
2eb02b6320
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ static void set_background(struct wl_client *client, struct wl_resource *resourc
|
|||
config->wl_surface_res = surface;
|
||||
list_add(desktop_shell.backgrounds, config);
|
||||
wl_resource_set_destructor(surface, background_surface_destructor);
|
||||
arrange_windows(swayc_by_handle(output), -1, -1);
|
||||
wlc_output_schedule_render(config->output);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue