wp-presentation: implement version 2
This commit is contained in:
parent
de47705a32
commit
03dce4af06
8 changed files with 51 additions and 16 deletions
|
|
@ -24,6 +24,8 @@ pub const KIND_HW_CLOCK: u32 = 0x2;
|
|||
pub const KIND_HW_COMPLETION: u32 = 0x4;
|
||||
pub const KIND_ZERO_COPY: u32 = 0x8;
|
||||
|
||||
pub const VRR_REFRESH_SINCE: Version = Version(2);
|
||||
|
||||
impl WpPresentationFeedback {
|
||||
pub fn send_sync_output(&self, output: &WlOutput) {
|
||||
self.client.event(SyncOutput {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue