Merge branch 'master' into feature/test-recorder
This commit is contained in:
commit
a052ce58b0
69 changed files with 1555 additions and 833 deletions
|
|
@ -312,8 +312,8 @@ where
|
|||
delegate!(self, compositor, compositor.load_font(font));
|
||||
}
|
||||
|
||||
fn fetch_information(&self) -> compositor::Information {
|
||||
delegate!(self, compositor, compositor.fetch_information())
|
||||
fn information(&self) -> compositor::Information {
|
||||
delegate!(self, compositor, compositor.information())
|
||||
}
|
||||
|
||||
fn present(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue