mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
decorations: implement Decoration/Undecorate actions
This commit is contained in:
parent
873393a8da
commit
84452debaf
4 changed files with 21 additions and 10 deletions
|
|
@ -440,7 +440,6 @@ 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);
|
||||
|
||||
bool view_is_always_on_top(struct view *view);
|
||||
bool view_is_always_on_bottom(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue