metal: initialize initially paused input devices
This commit is contained in:
parent
ff666e2e91
commit
4fd3754309
2 changed files with 27 additions and 24 deletions
|
|
@ -343,6 +343,7 @@ struct MetalInputDevice {
|
|||
state: Rc<State>,
|
||||
slot: usize,
|
||||
id: InputDeviceId,
|
||||
fully_initialized: Cell<bool>,
|
||||
devnum: c::dev_t,
|
||||
fd: CloneCell<Option<Rc<OwnedFd>>>,
|
||||
inputdev: CloneCell<Option<Rc<RegisteredDevice>>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue