chore: Update smithay with Dispatch2
This commit is contained in:
parent
b5186ef21a
commit
4106904a7e
46 changed files with 59 additions and 234 deletions
|
|
@ -1,7 +1,6 @@
|
|||
use std::{cell::RefCell, sync::Mutex};
|
||||
|
||||
use smithay::{
|
||||
delegate_kde_decoration, delegate_xdg_decoration,
|
||||
desktop::Window,
|
||||
reexports::{
|
||||
wayland_protocols::xdg::decoration::zv1::server::zxdg_toplevel_decoration_v1::Mode as XdgMode,
|
||||
|
|
@ -186,6 +185,3 @@ impl KdeDecorationHandler for State {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
delegate_xdg_decoration!(State);
|
||||
delegate_kde_decoration!(State);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue