layer-surface: set surface output
This commit is contained in:
parent
feddb25ee4
commit
4bbca6abdc
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ impl ZwlrLayerSurfaceV1 {
|
||||||
return Err(ZwlrLayerSurfaceV1Error::AlreadyAttached(self.surface.id));
|
return Err(ZwlrLayerSurfaceV1Error::AlreadyAttached(self.surface.id));
|
||||||
}
|
}
|
||||||
self.surface.ext.set(self.clone());
|
self.surface.ext.set(self.clone());
|
||||||
|
self.surface.set_output(&self.output);
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue