1
0
Fork 0
forked from wry/wry

autocommit 2022-01-09 13:07:57 CET

This commit is contained in:
Julian Orth 2022-01-09 13:07:57 +01:00
parent 4efb187e24
commit 02d1c90501
5 changed files with 41 additions and 3 deletions

View file

@ -198,6 +198,7 @@ impl XorgBackend {
}
state.wheel.periodic(wheel_id, 16_667, slf.clone())?;
// state.wheel.periodic(wheel_id, 1000_000, slf.clone())?;
state.el.insert(slf.id, Some(fd), c::EPOLLIN, slf.clone())?;
slf.add_output()?;