mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
view: Add view_set_untiled()
This commit is contained in:
parent
c67c6691ac
commit
e79c95489a
3 changed files with 12 additions and 3 deletions
|
|
@ -126,6 +126,7 @@ struct wlr_output *view_wlr_output(struct view *view);
|
|||
void view_store_natural_geometry(struct view *view);
|
||||
void view_center(struct view *view);
|
||||
void view_restore_to(struct view *view, struct wlr_box geometry);
|
||||
void view_set_untiled(struct view *view);
|
||||
void view_maximize(struct view *view, bool maximize,
|
||||
bool store_natural_geometry);
|
||||
void view_set_fullscreen(struct view *view, bool fullscreen,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue