wayland: Implement cursor-shape-v1
This commit is contained in:
parent
79ae56c601
commit
0ffe6ae718
9 changed files with 92 additions and 161 deletions
|
|
@ -6,7 +6,7 @@ use crate::{
|
|||
state::State,
|
||||
};
|
||||
use smithay::{
|
||||
delegate_seat,
|
||||
delegate_cursor_shape, delegate_seat,
|
||||
input::{keyboard::LedState, pointer::CursorImageStatus, SeatHandler, SeatState},
|
||||
};
|
||||
use std::sync::Mutex;
|
||||
|
|
@ -48,3 +48,4 @@ impl SeatHandler for State {
|
|||
}
|
||||
|
||||
delegate_seat!(State);
|
||||
delegate_cursor_shape!(State);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue