mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 04:21:28 +03:00
try out wayland
This commit is contained in:
@@ -21,7 +21,7 @@ impl Capturer {
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Frame<'a>(&'a [u8]);
|
||||
pub struct Frame<'a>(pub(crate) &'a [u8]);
|
||||
|
||||
impl<'a> ops::Deref for Frame<'a> {
|
||||
type Target = [u8];
|
||||
|
||||
Reference in New Issue
Block a user