Fix compile errors on Linux (#7527)

Added some missing trait functions and `unimplemented` markings

Release Notes:

- N/A
This commit is contained in:
Antar 2024-02-08 00:46:24 +01:00 committed by GitHub
parent 6cdd7796c3
commit 219ec91748
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View file

@ -410,9 +410,6 @@ impl PlatformWindow for LinuxWindow {
unimplemented!()
}
//todo!(linux)
fn invalidate(&self) {}
fn draw(&self, scene: &crate::Scene) {
let mut inner = self.0.inner.lock();
inner.renderer.draw(scene);