1
0
Fork 0
forked from wry/wry

config: add DrmDevice::make_render_device

This commit is contained in:
Julian Orth 2022-11-13 13:41:13 +01:00
parent c6c87bdaa1
commit 049b86f4e2
9 changed files with 91 additions and 32 deletions

View file

@ -313,6 +313,9 @@ pub enum ClientMessage<'a> {
connector: Connector,
enabled: bool,
},
MakeRenderDevice {
device: DrmDevice,
},
}
#[derive(Encode, Decode, Debug)]