mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rootston: add destroy to view interface
This commit is contained in:
parent
1f8854f217
commit
6ac3534df6
6 changed files with 59 additions and 33 deletions
|
|
@ -142,6 +142,7 @@ struct roots_view {
|
|||
void (*maximize)(struct roots_view *view, bool maximized);
|
||||
void (*set_fullscreen)(struct roots_view *view, bool fullscreen);
|
||||
void (*close)(struct roots_view *view);
|
||||
void (*destroy)(struct roots_view *view);
|
||||
};
|
||||
|
||||
struct roots_view_child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue