cosmic-comp/src/wayland/handlers/presentation.rs
2022-11-23 16:10:37 +01:00

6 lines
135 B
Rust

// SPDX-License-Identifier: GPL-3.0-only
use crate::state::State;
use smithay::delegate_presentation;
delegate_presentation!(State);