mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
implement ToggleDecorations and ToggleFullscreen actions
This commit is contained in:
parent
3d15444b3a
commit
b7cce58f56
3 changed files with 25 additions and 0 deletions
|
|
@ -317,6 +317,8 @@ void view_maximize(struct view *view, bool maximize);
|
|||
void view_set_fullscreen(struct view *view, bool fullscreen,
|
||||
struct wlr_output *wlr_output);
|
||||
void view_toggle_maximize(struct view *view);
|
||||
void view_toggle_decorations(struct view *view);
|
||||
void view_toggle_fullscreen(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