1
0
Fork 0
forked from wry/wry

wayland: run idle code unconditionally

This commit is contained in:
Julian Orth 2024-02-15 18:40:29 +01:00
parent 8da6285be8
commit 01e3930ced
5 changed files with 1 additions and 18 deletions

View file

@ -198,10 +198,6 @@ impl Backend for MetalBackend {
}
}
fn supports_idle(&self) -> bool {
true
}
fn import_environment(&self) -> bool {
true
}