1
0
Fork 0
forked from wry/wry

eventfd-cache: add new util

This commit is contained in:
Julian Orth 2026-03-01 17:49:02 +01:00
parent 19edb3ea95
commit 80a69ba7ef
7 changed files with 240 additions and 0 deletions

View file

@ -27,6 +27,7 @@ use {
ei_acceptor::EiAcceptor,
ei_client::{EiClient, EiClients},
},
eventfd_cache::EventfdCache,
fixed::Fixed,
forker::ForkerProxy,
format::Format,
@ -288,6 +289,8 @@ pub struct State {
pub gfx_ctx_changed: EventSource<WlBuffer>,
pub copy_device_registry: Rc<CopyDeviceRegistry>,
pub supports_presentation_feedback: Cell<bool>,
#[expect(dead_code)]
pub eventfd_cache: Rc<EventfdCache>,
}
// impl Drop for State {