mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
src/layers.c: delay popup unconstrain until after first commit
Fixes: #1372
This commit is contained in:
parent
6fb06c54c2
commit
654ba81871
2 changed files with 30 additions and 7 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue