Skip to main content

BackgroundEffectHandler

Trait BackgroundEffectHandler 

Source
pub trait BackgroundEffectHandler {
    // Required methods
    fn background_effect_state(&mut self) -> &mut BackgroundEffectState;
    fn update_capabilities(&mut self);
}

Required Methods§

Source

fn background_effect_state(&mut self) -> &mut BackgroundEffectState

Source

fn update_capabilities(&mut self)

Compositor has advertised background effect capabilities.

Call BackgroundEffectState::capabilities to access capabilities.

Implementors§