mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-15 14:33:34 -04:00
opt: not need send output enter when layer map
scene scene-graph API will auto do this
This commit is contained in:
parent
71381e66a7
commit
f5d0c90418
1 changed files with 0 additions and 1 deletions
|
|
@ -3099,7 +3099,6 @@ void createlayersurface(struct wl_listener *listener, void *data) {
|
||||||
LISTEN(&l->scene->node.events.destroy, &l->destroy, destroylayernodenotify);
|
LISTEN(&l->scene->node.events.destroy, &l->destroy, destroylayernodenotify);
|
||||||
|
|
||||||
wl_list_insert(&l->mon->layers[layer_surface->pending.layer], &l->link);
|
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) {
|
void createlocksurface(struct wl_listener *listener, void *data) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue