mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
view: allow overriding of cursor placement policy
This commit is contained in:
parent
8517254705
commit
099929cf46
4 changed files with 5 additions and 5 deletions
|
|
@ -414,7 +414,7 @@ void view_center(struct view *view, const struct wlr_box *ref);
|
|||
* view_place_initial - apply initial placement strategy to view
|
||||
* @view: view to be placed
|
||||
*/
|
||||
void view_place_initial(struct view *view);
|
||||
void view_place_initial(struct view *view, bool allow_cursor);
|
||||
void view_constrain_size_to_that_of_usable_area(struct view *view);
|
||||
|
||||
void view_restore_to(struct view *view, struct wlr_box geometry);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue