refactor(wayland): comment out xdg activation protocol

This commit is contained in:
Nova
2023-01-02 03:43:50 -05:00
parent 4f057358c8
commit dd43f238ff
2 changed files with 4 additions and 5 deletions

View File

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