feat(wayland): kde decoration support

This commit is contained in:
Nova
2022-09-19 08:13:23 -04:00
parent 76721a17f8
commit ca192e18a9
4 changed files with 29 additions and 10 deletions

View File

@@ -1,15 +1,15 @@
pub mod compositor;
mod data_device;
pub mod decoration;
pub mod panel_item;
pub mod seat;
pub mod shaders;
pub mod state;
pub mod surface;
pub mod xdg_decoration;
pub mod xdg_shell;
use self::{panel_item::PanelItem, state::WaylandState, surface::CORE_SURFACES};
use crate::wayland::{seat::SeatData, state::ClientState};
use crate::wayland::state::ClientState;
use anyhow::{ensure, Result};
use once_cell::sync::OnceCell;
use parking_lot::Mutex;