1
0
Fork 0
forked from wry/wry

metal: initialize initially paused input devices

This commit is contained in:
Julian Orth 2024-05-04 10:37:19 +02:00
parent ff666e2e91
commit 4fd3754309
2 changed files with 27 additions and 24 deletions

View file

@ -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>>>,