opt: not need send output enter when layer map

scene scene-graph API will auto do this
This commit is contained in:
DreamMaoMao 2026-06-08 11:40:21 +08:00
parent ccb58a4f1a
commit 27f4f64173

View file

@ -3140,7 +3140,6 @@ void createlayersurface(struct wl_listener *listener, void *data) {
LISTEN(&l->scene->node.events.destroy, &l->destroy, destroylayernodenotify);
wl_list_insert(&l->mon->layers[layer_surface->pending.layer], &l->link);
wlr_surface_send_enter(surface, layer_surface->output);
}
void createlocksurface(struct wl_listener *listener, void *data) {