tests: fix compilation
This commit is contained in:
parent
35dbd483bc
commit
3c074fe4cf
2 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@ unsafe extern "C" fn handle_msg(data: *const u8, msg: *const u8, size: usize) {
|
|||
ServerMessage::Clear => tc.clear(),
|
||||
ServerMessage::NewDrmDev { .. } => {}
|
||||
ServerMessage::DelDrmDev { .. } => {}
|
||||
ServerMessage::Idle => {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue