mirror of
https://github.com/labwc/labwc.git
synced 2026-04-08 08:21:09 -04:00
view: let view_set_fallback_natural_geometry() return wlr_box
This commit is contained in:
parent
66e26cd28a
commit
7e70c9f75b
3 changed files with 11 additions and 11 deletions
|
|
@ -479,7 +479,7 @@ void view_moved(struct view *view);
|
|||
void view_minimize(struct view *view, bool minimized);
|
||||
bool view_compute_centered_position(struct view *view,
|
||||
const struct wlr_box *ref, int w, int h, int *x, int *y);
|
||||
void view_set_fallback_natural_geometry(struct view *view);
|
||||
struct wlr_box view_get_fallback_natural_geometry(struct view *view);
|
||||
void view_store_natural_geometry(struct view *view);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue