virtual-output: add support for virtual outputs
This commit is contained in:
parent
c25d17514d
commit
530e66ef78
27 changed files with 1480 additions and 9 deletions
|
|
@ -62,7 +62,6 @@ pub struct WpPresentationFeedback {
|
|||
}
|
||||
|
||||
pub const KIND_VSYNC: u32 = 0x1;
|
||||
#[expect(dead_code)]
|
||||
pub const KIND_HW_CLOCK: u32 = 0x2;
|
||||
pub const KIND_HW_COMPLETION: u32 = 0x4;
|
||||
pub const KIND_ZERO_COPY: u32 = 0x8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue