mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-26 14:40:54 +03:00
add session detection
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
pub mod windows;
|
||||
pub mod wayland;
|
||||
pub mod x11;
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub enum Backend {
|
||||
X11,
|
||||
WAYLAND,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user