chore: Update smithay

This commit is contained in:
Victoria Brekenfeld 2023-07-12 18:54:53 +02:00
parent 4ee5aaf741
commit a308997fd4
17 changed files with 64 additions and 5 deletions

View file

@ -47,11 +47,13 @@ use crate::state::Fps;
use super::render::init_shaders;
#[derive(Debug)]
enum Allocator {
Gbm(GbmAllocator<DrmDeviceFd>),
Vulkan(PhysicalDevice),
}
#[derive(Debug)]
pub struct X11State {
allocator: Allocator,
_egl: EGLDisplay,
@ -204,6 +206,7 @@ impl X11State {
}
}
#[derive(Debug)]
pub struct Surface {
window: Window,
damage_tracker: OutputDamageTracker,