render: remove on_output
This commit is contained in:
parent
f702bf98d7
commit
074347c71d
6 changed files with 12 additions and 24 deletions
|
|
@ -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,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue