state: Move Xwayland state into shell

This commit is contained in:
Victoria Brekenfeld 2023-11-22 12:44:11 +01:00 committed by Victoria Brekenfeld
parent 41a69cfc9f
commit c09a735289
8 changed files with 21 additions and 13 deletions

View file

@ -592,7 +592,7 @@ where
.render::<R>(
renderer,
&state.shell.override_redirect_windows,
state.xwayland_state.as_mut(),
state.shell.xwayland_state.as_mut(),
(!move_active && is_active_space).then_some(&last_active_seat),
overview.clone(),
resize_indicator.clone(),
@ -650,7 +650,7 @@ where
.render::<R>(
renderer,
&state.shell.override_redirect_windows,
state.xwayland_state.as_mut(),
state.shell.xwayland_state.as_mut(),
(!move_active && is_active_space).then_some(&last_active_seat),
overview,
resize_indicator,