Add theme and theme_changes functions to system
This commit is contained in:
parent
9518573fce
commit
09c604c92d
24 changed files with 186 additions and 102 deletions
|
|
@ -313,8 +313,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