1
0
Fork 0
forked from wry/wry

tests: fix compilation

This commit is contained in:
Julian Orth 2022-07-31 12:00:03 +02:00
parent 35dbd483bc
commit 3c074fe4cf
2 changed files with 5 additions and 0 deletions

View file

@ -246,6 +246,10 @@ impl Connector for TestConnector {
fn drm_dev(&self) -> Option<DrmDeviceId> {
None
}
fn set_enabled(&self, _enabled: bool) {
// todo
}
}
pub struct TestMouseClick {