mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
view: add view_toggle_maximize()
This commit is contained in:
parent
d6376808b8
commit
526ab1ae75
5 changed files with 12 additions and 12 deletions
|
|
@ -292,6 +292,7 @@ void view_minimize(struct view *view);
|
|||
void view_unminimize(struct view *view);
|
||||
void view_center(struct view *view);
|
||||
void view_maximize(struct view *view, bool maximize);
|
||||
void view_toggle_maximize(struct view *view);
|
||||
void view_for_each_surface(struct view *view,
|
||||
wlr_surface_iterator_func_t iterator, void *user_data);
|
||||
void view_for_each_popup_surface(struct view *view,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue