mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
Add view_impl .map and .unmap
Hook up iconify button to view->impl->unmap
This commit is contained in:
parent
98c556be2a
commit
bf3e4aa8d5
6 changed files with 79 additions and 49 deletions
|
|
@ -107,6 +107,8 @@ enum deco_part {
|
|||
struct view_impl {
|
||||
void (*configure)(struct view *view, struct wlr_box geo);
|
||||
void (*close)(struct view *view);
|
||||
void (*map)(struct view *view);
|
||||
void (*unmap)(struct view *view);
|
||||
};
|
||||
|
||||
struct view {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue