reexec: close evdev fds in a separate process
This commit is contained in:
parent
ca2201edeb
commit
419d75949c
3 changed files with 78 additions and 3 deletions
|
|
@ -60,6 +60,10 @@ pub trait Backend: Any {
|
|||
fn supports_presentation_feedback(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn get_input_fds(&self) -> Vec<Rc<OwnedFd>> {
|
||||
vec![]
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, Default, Eq, PartialEq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue