mirror of
https://github.com/labwc/labwc.git
synced 2026-02-06 04:06:33 -05:00
src/layers.c: delay popup unconstrain until after first commit
Fixes: #1372
This commit is contained in:
parent
fb1a0a2bdf
commit
598ab9bcff
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