1
0
Fork 0
forked from wry/wry

pipewire: add pipewire client

This commit is contained in:
Julian Orth 2022-07-30 16:08:44 +02:00
parent 2512470231
commit 2568b7b1f5
19 changed files with 4573 additions and 2 deletions

View file

@ -8,7 +8,6 @@ use {
utils::buffd::{MsgParser, MsgParserError},
wire::{xdg_positioner::*, XdgPositionerId},
},
bitflags::bitflags,
std::{cell::RefCell, rc::Rc},
thiserror::Error,
};
@ -53,7 +52,7 @@ impl Edge {
}
}
bitflags! {
bitflags::bitflags! {
#[derive(Default)]
pub struct CA: u32 {
const NONE = 0;