deps: Update drm-rs to non-broken version
This commit is contained in:
parent
6fd29784d2
commit
bb2c650ff7
4 changed files with 121 additions and 236 deletions
|
|
@ -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),
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue