1
0
Fork 0
forked from wry/wry

layer-surface: set surface output

This commit is contained in:
Julian Orth 2022-07-26 20:32:16 +02:00
parent feddb25ee4
commit 4bbca6abdc

View file

@ -113,6 +113,7 @@ impl ZwlrLayerSurfaceV1 {
return Err(ZwlrLayerSurfaceV1Error::AlreadyAttached(self.surface.id));
}
self.surface.ext.set(self.clone());
self.surface.set_output(&self.output);
Ok(())
}