state: Move Xwayland state into shell
This commit is contained in:
parent
41a69cfc9f
commit
c09a735289
8 changed files with 21 additions and 13 deletions
|
|
@ -20,6 +20,7 @@ impl SelectionHandler for State {
|
|||
) {
|
||||
if let Some(xwm) = self
|
||||
.common
|
||||
.shell
|
||||
.xwayland_state
|
||||
.as_mut()
|
||||
.and_then(|xstate| xstate.xwm.as_mut())
|
||||
|
|
@ -44,6 +45,7 @@ impl SelectionHandler for State {
|
|||
) {
|
||||
if let Some(xwm) = self
|
||||
.common
|
||||
.shell
|
||||
.xwayland_state
|
||||
.as_mut()
|
||||
.and_then(|xstate| xstate.xwm.as_mut())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue