tree: move output scale to global
This commit is contained in:
parent
0ba8648844
commit
d4fc672fb3
11 changed files with 16 additions and 17 deletions
|
|
@ -741,11 +741,11 @@ impl State {
|
|||
render_hw_cursor: bool,
|
||||
) {
|
||||
fb.render_node(
|
||||
&*output,
|
||||
output,
|
||||
self,
|
||||
Some(output.global.pos.get()),
|
||||
Some(rr),
|
||||
output.preferred_scale.get(),
|
||||
output.global.preferred_scale.get(),
|
||||
render_hw_cursor,
|
||||
);
|
||||
for fr in rr.frame_requests.drain(..) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue