1
0
Fork 0
forked from wry/wry

it: verify that surface damage damages connector

This commit is contained in:
Julian Orth 2025-09-03 12:45:05 +02:00
parent 8a5f1e1e37
commit f45cbed53b
4 changed files with 133 additions and 2 deletions

View file

@ -7,6 +7,7 @@ use {
format::XRGB8888,
ifs::wl_output::OutputId,
it::{test_backend::TestConnector, test_error::TestResult, testrun::TestRun},
utils::numcell::NumCell,
video::drm::ConnectorType,
},
std::rc::Rc,
@ -35,6 +36,7 @@ async fn test(run: Rc<TestRun>) -> TestResult {
events: Default::default(),
feedback: Default::default(),
idle: Default::default(),
damage_calls: NumCell::new(0),
});
let new_monitor_info = MonitorInfo {
modes: vec![],