Add view_impl .close

This commit is contained in:
Johan Malm 2020-09-02 21:00:28 +01:00
parent b99977368d
commit 625722cb66
4 changed files with 19 additions and 4 deletions

View file

@ -106,6 +106,7 @@ enum deco_part {
struct view_impl {
void (*configure)(struct view *view, struct wlr_box geo);
void (*close)(struct view *view);
};
struct view {