From 824b1bdd2689efd74688518ffbf1b6ab8bd41054 Mon Sep 17 00:00:00 2001 From: Nova Date: Sat, 22 Jul 2023 07:37:05 -0400 Subject: [PATCH] feat: todo fuure plans --- src/wayland/panel_item.rs | 1 + 1 file changed, 1 insertion(+) 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),