Rename Renderer::Primitive to Renderer::Output
This commit is contained in:
parent
650d020fde
commit
8846a239cf
25 changed files with 48 additions and 48 deletions
|
|
@ -100,7 +100,7 @@ pub trait Application {
|
|||
size = new_size;
|
||||
}
|
||||
|
||||
let new_mouse_cursor = renderer.draw(&mut target, &primitive);
|
||||
let new_mouse_cursor = renderer.draw(&primitive, &mut target);
|
||||
|
||||
if new_mouse_cursor != mouse_cursor {
|
||||
window.set_cursor_icon(conversion::mouse_cursor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue