all: implement hardware cursors
This commit is contained in:
parent
6cc97ee56e
commit
3b8935cf55
23 changed files with 614 additions and 91 deletions
|
|
@ -1,11 +1,11 @@
|
|||
mod backend;
|
||||
mod connector;
|
||||
mod drmdev;
|
||||
mod hardware_cursor;
|
||||
mod idle;
|
||||
mod input_device;
|
||||
mod slow_clients;
|
||||
|
||||
pub use idle::idle;
|
||||
use {
|
||||
crate::{
|
||||
state::State,
|
||||
|
|
@ -13,6 +13,7 @@ use {
|
|||
},
|
||||
std::rc::Rc,
|
||||
};
|
||||
pub use {hardware_cursor::handle_hardware_cursor_tick, idle::idle};
|
||||
|
||||
pub async fn handle_backend_events(state: Rc<State>) {
|
||||
let mut beh = BackendEventHandler { state };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue