chore: Update smithay

This commit is contained in:
Victoria Brekenfeld 2023-07-31 19:12:33 +02:00
parent c06fb4a9d3
commit 185e2fe3c8
5 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@ use smithay::{
libinput::{LibinputInputBackend, LibinputSessionInterface},
renderer::{
buffer_dimensions,
damage::{Error as RenderError, OutputNoMode, RenderOutputResult},
damage::{Error as RenderError, RenderOutputResult},
element::Element,
gles::{GlesRenderbuffer, GlesTexture},
glow::GlowRenderer,
@ -47,7 +47,7 @@ use smithay::{
},
desktop::utils::OutputPresentationFeedback,
input::Seat,
output::{Mode as OutputMode, Output, PhysicalProperties, Subpixel},
output::{Mode as OutputMode, Output, OutputNoMode, PhysicalProperties, Subpixel},
reexports::{
calloop::{
timer::{TimeoutAction, Timer},