Rename Renderer::Primitive to Renderer::Output

This commit is contained in:
Héctor Ramón Jiménez 2019-10-11 22:15:39 +02:00
parent 650d020fde
commit 8846a239cf
25 changed files with 48 additions and 48 deletions

View file

@ -21,7 +21,7 @@ impl button::Renderer for Renderer {
button: &Button<Message, Self>,
layout: Layout<'_>,
cursor_position: Point,
) -> Self::Primitive {
) -> Self::Output {
let bounds = layout.bounds();
Primitive::Group {