diff --git a/src/wayland/panel_item.rs b/src/wayland/panel_item.rs index 6ca0123..ada61f0 100644 --- a/src/wayland/panel_item.rs +++ b/src/wayland/panel_item.rs @@ -373,6 +373,7 @@ impl X11Backend { } } +// TODO: abstract this away into a trait so other platforms e.g. arcan/android/windows/xrdesktop can also be 2D backends #[derive(Debug)] pub enum Backend { Wayland(WaylandBackend),