rootston: add destroy to view interface

This commit is contained in:
emersion 2018-03-12 09:17:06 +01:00
parent 1f8854f217
commit 6ac3534df6
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 59 additions and 33 deletions

View file

@ -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 {