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

@ -143,8 +143,7 @@ pub trait GfxFramebuffer: Debug {
node: &dyn Node,
state: &State,
cursor_rect: Option<Rect>,
on_output: bool,
result: &mut RenderResult,
result: Option<&mut RenderResult>,
scale: Scale,
render_hardware_cursor: bool,
);