refactor: Fixed code quality and fixed sec audit
Code Quality / quality-checks (push) Has been cancelled
Security Scan / security-audit (push) Has been cancelled

This commit is contained in:
2026-04-10 17:50:43 +02:00
parent 61daf52906
commit 50a445937f
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -1,5 +1,4 @@
[advisories]
vulnerability = "deny"
ignore = []
[bans]
+2 -2
View File
@@ -435,7 +435,7 @@ impl SeatHandler for WaylandLock {
) {
if capability == smithay_client_toolkit::seat::Capability::Keyboard {
let _ = self.seat_state.get_keyboard_with_repeat(
&qh,
qh,
&seat,
None,
self.loop_handle.clone(),
@@ -445,7 +445,7 @@ impl SeatHandler for WaylandLock {
);
}
if capability == smithay_client_toolkit::seat::Capability::Pointer {
let _ = self.seat_state.get_pointer(&qh, &seat);
let _ = self.seat_state.get_pointer(qh, &seat);
}
}
fn remove_capability(