Revert "kms: Dmabuf Feedback support"

This reverts commit c8bb417d9b.
This commit is contained in:
Victoria Brekenfeld 2023-03-23 14:58:29 +01:00
parent 807291af19
commit 7ad37946d3
8 changed files with 26 additions and 234 deletions

View file

@ -83,7 +83,7 @@ impl WinitState {
self.screencopy.clear();
#[cfg(feature = "debug")]
self.fps.displayed();
state.send_frames(&self.output, &states, None);
state.send_frames(&self.output, &states);
if damage.is_some() {
let mut output_presentation_feedback =
state.take_presentation_feedback(&self.output, &states);