mirror of
https://github.com/labwc/labwc.git
synced 2026-02-24 01:40:15 -05:00
layer: on popup destory, return focus
...to whoever had it before the popop Co-authored-by: @tokyo4j
This commit is contained in:
parent
180293e0bb
commit
a277c35c3d
2 changed files with 18 additions and 5 deletions
|
|
@ -31,6 +31,7 @@ struct lab_layer_popup {
|
|||
struct wlr_scene_tree *scene_tree;
|
||||
struct server *server;
|
||||
struct lab_layer_surface *lab_layer_surface;
|
||||
bool parent_was_focused;
|
||||
|
||||
/* 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