Revert "layers: arrange layers on destroy"

This reverts commit 7bf08af210.
This commit is contained in:
tokyo4j 2025-06-27 14:50:29 +09:00 committed by Johan Malm
parent d1f7d3a320
commit cc0fe78ceb
3 changed files with 4 additions and 23 deletions

View file

@ -12,8 +12,6 @@ struct lab_layer_surface {
struct wlr_layer_surface_v1 *layer_surface;
struct wlr_scene_layer_surface_v1 *scene_layer_surface;
struct server *server;
struct output *output;
struct wlr_scene_tree *tree;
bool mapped;