diff --git a/src/frame/capturer/mod.rs b/src/frame/capturer/mod.rs index bf34081..4dae15b 100644 --- a/src/frame/capturer/mod.rs +++ b/src/frame/capturer/mod.rs @@ -1,7 +1,7 @@ use crate::predictor::Controller; pub mod none; -pub mod wlr_export_dmabuf_unstable_v1; +pub mod wayland; pub trait Capturer { fn run(&mut self, output_name: &str, controller: Controller); diff --git a/src/frame/capturer/wlr_export_dmabuf_unstable_v1.rs b/src/frame/capturer/wayland.rs similarity index 100% rename from src/frame/capturer/wlr_export_dmabuf_unstable_v1.rs rename to src/frame/capturer/wayland.rs