src/layers.c: delay popup unconstrain until after first commit

Fixes: #1372
This commit is contained in:
Consolatis 2024-02-24 23:05:02 +01:00
parent 6fb06c54c2
commit 654ba81871
2 changed files with 30 additions and 7 deletions

View file

@ -28,6 +28,7 @@ struct lab_layer_popup {
/* To simplify moving popup nodes from the bottom to the top layer */
struct wlr_box output_toplevel_sx_box;
struct wl_listener commit;
struct wl_listener destroy;
struct wl_listener new_popup;
};