mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
rootston: add roots_view_child::destroy
This commit is contained in:
parent
a636d72fc7
commit
d8b36357e4
3 changed files with 32 additions and 11 deletions
|
|
@ -123,6 +123,8 @@ struct roots_view_child {
|
|||
|
||||
struct wl_listener commit;
|
||||
struct wl_listener new_subsurface;
|
||||
|
||||
void (*destroy)(struct roots_view_child *child);
|
||||
};
|
||||
|
||||
struct roots_subsurface {
|
||||
|
|
@ -151,6 +153,5 @@ void view_child_finish(struct roots_view_child *child);
|
|||
|
||||
struct roots_subsurface *subsurface_create(struct roots_view *view,
|
||||
struct wlr_subsurface *wlr_subsurface);
|
||||
void subsurface_destroy(struct roots_subsurface *subsurface);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue