mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Merge pull request #3199 from emersion/handle-subsurface-destroy
Handle destroyed subsurfaces
This commit is contained in:
commit
f737854e30
2 changed files with 42 additions and 4 deletions
|
|
@ -203,6 +203,12 @@ struct sway_view_child {
|
|||
struct wl_listener surface_destroy;
|
||||
};
|
||||
|
||||
struct sway_subsurface {
|
||||
struct sway_view_child child;
|
||||
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
||||
struct sway_xdg_popup_v6 {
|
||||
struct sway_view_child child;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue