feat(wayland): xdg activation

This commit is contained in:
Nova
2022-09-24 13:21:01 -04:00
parent 101fadd55d
commit 0e09aae9f8
3 changed files with 41 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ pub mod seat;
pub mod shaders;
pub mod state;
pub mod surface;
pub mod xdg_activation;
pub mod xdg_shell;
use self::{panel_item::PanelItem, state::WaylandState, surface::CORE_SURFACES};