Rename compositor::Renderer to Default
This commit is contained in:
parent
a2c897792c
commit
441e9237cd
9 changed files with 26 additions and 21 deletions
|
|
@ -524,10 +524,10 @@ mod geometry {
|
|||
}
|
||||
}
|
||||
|
||||
impl<L, R> compositor::Renderer for Renderer<L, R>
|
||||
impl<L, R> compositor::Default for Renderer<L, R>
|
||||
where
|
||||
L: compositor::Renderer,
|
||||
R: compositor::Renderer,
|
||||
L: compositor::Default,
|
||||
R: compositor::Default,
|
||||
{
|
||||
type Compositor = Compositor<L::Compositor, R::Compositor>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue