autocommit 2022-02-06 20:12:09 CET
This commit is contained in:
parent
3f50b0c75e
commit
96038f49bc
18 changed files with 60 additions and 90 deletions
|
|
@ -64,9 +64,9 @@ pub struct WlDrm {
|
|||
|
||||
impl WlDrm {
|
||||
fn send_device(self: &Rc<Self>, device: &Rc<CString>) {
|
||||
self.client.event(DeviceOut {
|
||||
self.client.event(Device {
|
||||
self_id: self.id,
|
||||
name: device.as_bytes().as_bstr().to_owned(),
|
||||
name: device.as_bytes().as_bstr(),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue