Remove unnecessary casting

This commit is contained in:
julianbraha 2024-09-03 12:35:39 +01:00 committed by Victoria Brekenfeld
parent 48ae9a2a33
commit 52280e9823
6 changed files with 14 additions and 14 deletions

View file

@ -2628,7 +2628,7 @@ impl Shell {
seat,
initial_window_location,
cursor_output,
active_hint as u8,
active_hint,
layer,
release,
evlh.clone(),