Update smithay, with xwayland shell, Cow, etc.
This commit is contained in:
parent
dfb3bea595
commit
4f076e0753
32 changed files with 220 additions and 87 deletions
15
src/wayland/handlers/xwayland_shell.rs
Normal file
15
src/wayland/handlers/xwayland_shell.rs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use crate::state::State;
|
||||
use smithay::{
|
||||
delegate_xwayland_shell,
|
||||
wayland::xwayland_shell::{XWaylandShellHandler, XWaylandShellState},
|
||||
};
|
||||
|
||||
impl XWaylandShellHandler for State {
|
||||
fn xwayland_shell_state(&mut self) -> &mut XWaylandShellState {
|
||||
&mut self.common.xwayland_shell_state
|
||||
}
|
||||
}
|
||||
|
||||
delegate_xwayland_shell!(State);
|
||||
Loading…
Add table
Add a link
Reference in a new issue