1
0
Fork 0
forked from wry/wry

config: allow disabling direct scanout

This commit is contained in:
Julian Orth 2024-02-18 20:44:56 +01:00
parent da84e9ec27
commit 114c293950
9 changed files with 63 additions and 1 deletions

View file

@ -230,4 +230,5 @@ pub trait BackendDrmDevice {
fn set_gfx_api(&self, api: GfxApi);
fn gtx_api(&self) -> GfxApi;
fn version(&self) -> Result<DrmVersion, DrmError>;
fn set_direct_scanout_enabled(&self, enabled: bool);
}