diff --git a/src/wayland/capture.rs b/src/wayland/capture.rs index b70cb5b..612f364 100644 --- a/src/wayland/capture.rs +++ b/src/wayland/capture.rs @@ -27,7 +27,6 @@ pub enum CaptureSource { #[derive(Clone, Debug, Default)] pub struct CaptureFilter { - // TODO: Use `WlOutput` when one Wayland connection is used pub workspaces_on_outputs: Vec, pub toplevels_on_workspaces: Vec, }