Remove src/damage.c

This commit is contained in:
Johan Malm 2022-03-01 20:53:34 +00:00
parent e289100a54
commit bd9ac3478a
15 changed files with 0 additions and 48 deletions

View file

@ -310,7 +310,6 @@ seat_set_focus_layer(struct seat *seat, struct wlr_layer_surface_v1 *layer)
if (!layer) {
seat->focused_layer = NULL;
desktop_focus_topmost_mapped_view(seat->server);
damage_all_outputs(seat->server);
return;
}
seat_focus_surface(seat, layer->surface);