mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
decorations: make has_ssd public
This commit is contained in:
parent
a0debda142
commit
e2590f10fd
3 changed files with 33 additions and 32 deletions
|
|
@ -471,6 +471,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);
|
||||
bool view_wants_decorations(struct view *view);
|
||||
void view_toggle_decorations(struct view *view);
|
||||
|
||||
bool view_is_always_on_top(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue