config: tell the config about drm devices
This commit is contained in:
parent
99fcd63438
commit
e27cf29693
23 changed files with 581 additions and 50 deletions
|
|
@ -156,9 +156,7 @@ pub fn get_seats() -> Vec<Seat> {
|
|||
}
|
||||
|
||||
pub fn input_devices() -> Vec<InputDevice> {
|
||||
let mut res = vec![];
|
||||
(|| res = get!().get_input_devices(None))();
|
||||
res
|
||||
get!().get_input_devices(None)
|
||||
}
|
||||
|
||||
pub fn remove_all_seats() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue