deps: Update drm-rs to non-broken version

This commit is contained in:
Victoria Brekenfeld 2022-08-15 11:39:55 +02:00
parent 6fd29784d2
commit bb2c650ff7
4 changed files with 121 additions and 236 deletions

View file

@ -402,6 +402,7 @@ impl State {
break;
}
};
/*
for output in self.common.shell.outputs.clone().into_iter() {
match self.backend.offscreen_for_output(&output, &mut self.common) {
Ok(buffer) => {
@ -415,6 +416,7 @@ impl State {
Err(err) => slog_scope::error!("Could not save screenshot for output {}: {}", output.name(), err),
}
}
*/
}
}
}