Skip to content

Commit

Permalink
rename capturer file to wayland, it will autodetect protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Oct 23, 2024
1 parent 16079e4 commit 064f253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/capturer/mod.rs
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
File renamed without changes.

0 comments on commit 064f253

Please sign in to comment.