mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
Add view_impl .close
This commit is contained in:
parent
b99977368d
commit
625722cb66
4 changed files with 19 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue