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
|
|
@ -100,7 +100,7 @@ impl crate::graphics::Compositor for Compositor {
|
|||
surface.layer_stack.clear();
|
||||
}
|
||||
|
||||
fn fetch_information(&self) -> Information {
|
||||
fn information(&self) -> Information {
|
||||
Information {
|
||||
adapter: String::from("CPU"),
|
||||
backend: String::from("tiny-skia"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue