1
0
Fork 0
forked from wry/wry

gfx-api: add GfxApi

This commit is contained in:
Julian Orth 2026-02-24 19:56:51 +01:00
parent b604192bf0
commit ca6e3891af
15 changed files with 72 additions and 61 deletions

View file

@ -28,6 +28,7 @@ use {
ei::ei_client::EiClients,
forker,
format::XRGB8888,
gfx_api::GfxApi,
globals::Globals,
ifs::{
head_management::{
@ -81,11 +82,7 @@ use {
},
ahash::AHashSet,
forker::ForkerProxy,
jay_config::{
_private::DEFAULT_SEAT_NAME,
video::{GfxApi, Transform},
workspace::WorkspaceDisplayOrder,
},
jay_config::{_private::DEFAULT_SEAT_NAME, video::Transform, workspace::WorkspaceDisplayOrder},
std::{
cell::{Cell, RefCell},
env,