mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
view: Use wlr_box for current/pending geometry
This commit is contained in:
parent
3941991505
commit
b75dbd5b38
15 changed files with 169 additions and 186 deletions
|
|
@ -111,7 +111,7 @@ foreign_toplevel_update_outputs(struct view *view)
|
|||
{
|
||||
assert(view->toplevel.handle);
|
||||
|
||||
struct wlr_box view_geo = { view->x, view->y, view->w, view->h };
|
||||
struct wlr_box view_geo = view->current;
|
||||
struct wlr_output_layout *layout = view->server->output_layout;
|
||||
|
||||
struct output *output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue