mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Address @emersion's feedback
This commit is contained in:
parent
13edb19a6c
commit
52fe2688ea
5 changed files with 35 additions and 65 deletions
|
|
@ -209,12 +209,6 @@ void view_arrange_maximized(struct roots_view *view) {
|
|||
usable_area.x += output_box->x;
|
||||
usable_area.y += output_box->y;
|
||||
|
||||
wlr_log(L_DEBUG, "output area: %dx%d@%d,%d",
|
||||
output_box->width, output_box->height,
|
||||
output_box->x, output_box->y);
|
||||
wlr_log(L_DEBUG, "usable area: %dx%d@%d,%d",
|
||||
usable_area.width, usable_area.height,
|
||||
usable_area.x, usable_area.y);
|
||||
view_move_resize(view, usable_area.x, usable_area.y,
|
||||
usable_area.width, usable_area.height);
|
||||
view_rotate(view, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue