Update smithay
Updates to use `GbmFramebufferExporter`.
This commit is contained in:
parent
982af8ff10
commit
d7b37cfde5
4 changed files with 9 additions and 11 deletions
|
|
@ -22,13 +22,10 @@ use anyhow::{Context, Result};
|
|||
use calloop::channel::Channel;
|
||||
use smithay::{
|
||||
backend::{
|
||||
allocator::{
|
||||
format::FormatSet,
|
||||
gbm::{GbmAllocator, GbmDevice},
|
||||
Fourcc,
|
||||
},
|
||||
allocator::{format::FormatSet, gbm::GbmAllocator, Fourcc},
|
||||
drm::{
|
||||
compositor::{BlitFrameResultError, FrameError, FrameFlags, PrimaryPlaneElement},
|
||||
exporter::gbm::GbmFramebufferExporter,
|
||||
output::DrmOutput,
|
||||
DrmDeviceFd, DrmEventMetadata, DrmEventTime, DrmNode, VrrSupport,
|
||||
},
|
||||
|
|
@ -161,7 +158,7 @@ pub struct SurfaceThreadState {
|
|||
|
||||
pub type GbmDrmOutput = DrmOutput<
|
||||
GbmAllocator<DrmDeviceFd>,
|
||||
GbmDevice<DrmDeviceFd>,
|
||||
GbmFramebufferExporter<DrmDeviceFd>,
|
||||
Option<(
|
||||
OutputPresentationFeedback,
|
||||
Receiver<(ScreencopyFrame, Vec<Rectangle<i32, BufferCoords>>)>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue