mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
subsurface handle parent destroy
This commit is contained in:
parent
4c1bd9bde8
commit
8b7ae61ad4
2 changed files with 29 additions and 4 deletions
|
|
@ -52,6 +52,8 @@ struct wlr_subsurface {
|
|||
|
||||
struct wl_list parent_link;
|
||||
struct wl_list parent_pending_link;
|
||||
|
||||
struct wl_listener parent_destroy_listener;
|
||||
};
|
||||
|
||||
struct wlr_surface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue