Compare commits
2 Commits
8e66dc234e
...
b6282d82c6
Author | SHA1 | Date | |
---|---|---|---|
b6282d82c6 | |||
4ed974335e |
@ -118,7 +118,6 @@ fn main() -> anyhow::Result<()> {
|
|||||||
(command_handlers.restart_handler)(&mut screensaver, None)?;
|
(command_handlers.restart_handler)(&mut screensaver, None)?;
|
||||||
}
|
}
|
||||||
let conn_fd = borrow_raw_fd(conn_fd);
|
let conn_fd = borrow_raw_fd(conn_fd);
|
||||||
|
|
||||||
|
|
||||||
let mut pfds = Vec::new();
|
let mut pfds = Vec::new();
|
||||||
pfds.push(PollFd::new(borrow_raw_fd(signal_fd.as_raw_fd()), PollFlags::POLLIN));
|
pfds.push(PollFd::new(borrow_raw_fd(signal_fd.as_raw_fd()), PollFlags::POLLIN));
|
||||||
|
Loading…
Reference in New Issue
Block a user