MCPcopy Create free account
hub / github.com/Recordscript/recordscript / x11.rs

File x11.rs

libs/scrap/src/common/x11.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::{common::TraitCapturer, x11, Frame, Pixfmt, TraitPixelBuffer};
2use std::{io, time::Duration};
3
4pub struct Capturer(x11::Capturer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected