1
0
Fork 0
forked from wry/wry

backend: add DevicesEnumerated event

This commit is contained in:
Julian Orth 2022-11-13 13:23:15 +01:00
parent dddd68ba06
commit c6c87bdaa1
11 changed files with 65 additions and 4 deletions

View file

@ -142,6 +142,7 @@ pub enum BackendEvent {
NewDrmDevice(Rc<dyn BackendDrmDevice>),
NewConnector(Rc<dyn Connector>),
NewInputDevice(Rc<dyn InputDevice>),
DevicesEnumerated,
}
#[derive(Debug, Copy, Clone, Eq, PartialEq)]