mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
layer: update pointer focus on popup destruction
Same as previous commit
This commit is contained in:
parent
49c23b8948
commit
e707e16130
2 changed files with 10 additions and 3 deletions
|
|
@ -25,6 +25,7 @@ struct lab_layer_surface {
|
|||
struct lab_layer_popup {
|
||||
struct wlr_xdg_popup *wlr_popup;
|
||||
struct wlr_scene_tree *scene_tree;
|
||||
struct server *server;
|
||||
|
||||
/* To simplify moving popup nodes from the bottom to the top layer */
|
||||
struct wlr_box output_toplevel_sx_box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue