mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
Don't use wlr_output properties
These properties are before rotation.
This commit is contained in:
parent
7586f150c0
commit
acc2628c79
10 changed files with 47 additions and 39 deletions
|
|
@ -238,8 +238,8 @@ static void render_saved_view(struct sway_view *view,
|
|||
};
|
||||
|
||||
struct wlr_box output_box = {
|
||||
.width = output->wlr_output->width,
|
||||
.height = output->wlr_output->height,
|
||||
.width = output->width,
|
||||
.height = output->height,
|
||||
};
|
||||
|
||||
struct wlr_box intersection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue