backend: store damaged state in ConnectorData
This commit is contained in:
parent
7ff7edaa8f
commit
ada4e5a5f0
7 changed files with 33 additions and 16 deletions
|
|
@ -117,7 +117,7 @@ impl ZwlrScreencopyFrameV1 {
|
|||
self.buffer.set(Some(buffer));
|
||||
if !with_damage {
|
||||
if let Some(global) = self.output.get() {
|
||||
global.connector.connector.damage();
|
||||
global.connector.damage();
|
||||
}
|
||||
}
|
||||
self.with_damage.set(with_damage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue