wayland: Implement cursor-shape-v1

This commit is contained in:
may 2024-09-09 16:21:27 +02:00 committed by GitHub
parent 79ae56c601
commit 0ffe6ae718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 92 additions and 161 deletions

View file

@ -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);