refactor: move various clients to own folder

This commit is contained in:
Jake Stanger
2022-11-06 23:38:51 +00:00
parent 94693c92e3
commit 4662f60ac5
16 changed files with 21 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
use crate::wayland::ToplevelInfo;
use crate::clients::wayland::ToplevelInfo;
/// Open state for a launcher item, or item window.
#[derive(Debug, Clone, Eq, PartialEq, Copy)]