mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
view: constrain window size to that of usable area
...on first map (when application is started). Fixes #1399
This commit is contained in:
parent
bce0c6ce56
commit
c646c7bd1b
4 changed files with 24 additions and 0 deletions
|
|
@ -407,6 +407,7 @@ void view_center(struct view *view, const struct wlr_box *ref);
|
|||
* @view: view to be placed
|
||||
*/
|
||||
void view_place_initial(struct view *view);
|
||||
void view_constrain_size_to_that_of_usable_area(struct view *view);
|
||||
|
||||
void view_restore_to(struct view *view, struct wlr_box geometry);
|
||||
void view_set_untiled(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue