wayland: ext_workspace fixes

This commit is contained in:
Victoria Brekenfeld 2022-05-02 17:40:02 +02:00
parent 7803259949
commit 6096b8114e
2 changed files with 275 additions and 127 deletions

View file

@ -3,6 +3,4 @@ mod drm;
pub use drm::*;
#[cfg(feature = "experimental")]
mod workspace;
#[cfg(feature = "experimental")]
pub use workspace::*;
pub mod workspace;