1
0
Fork 0
forked from wry/wry

render: remove on_output

This commit is contained in:
Julian Orth 2023-10-23 19:59:30 +02:00
parent f702bf98d7
commit 074347c71d
6 changed files with 12 additions and 24 deletions

View file

@ -364,8 +364,7 @@ impl MetalConnector {
&*node,
&self.state,
Some(node.global.pos.get()),
true,
&mut rr,
Some(&mut rr),
node.preferred_scale.get(),
!self.cursor_enabled.get(),
);

View file

@ -727,8 +727,7 @@ impl XBackend {
&*node,
&self.state,
Some(node.global.pos.get()),
true,
rr.deref_mut(),
Some(rr.deref_mut()),
node.preferred_scale.get(),
true,
);