layer: update pointer focus on popup destruction

Same as previous commit
This commit is contained in:
tokyo4j 2024-12-19 19:01:08 +09:00
parent 14205cdfc1
commit 91b8ed2ade
2 changed files with 10 additions and 3 deletions

View file

@ -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;