decorations: add keepBorder attribute to actions

This commit is contained in:
Tobias Bengfort 2024-04-18 16:04:01 +02:00
parent 06c4e65ac1
commit 78c54ca9ad
4 changed files with 28 additions and 10 deletions

View file

@ -446,7 +446,7 @@ void view_maximize(struct view *view, enum view_axis axis,
bool store_natural_geometry);
void view_set_fullscreen(struct view *view, bool fullscreen);
void view_toggle_maximize(struct view *view, enum view_axis axis);
void view_toggle_decorations(struct view *view);
void view_toggle_decorations(struct view *view, bool keep_border);
bool view_is_always_on_top(struct view *view);
bool view_is_always_on_bottom(struct view *view);