cosmic-comp/src/wayland/handlers/presentation.rs

7 lines
135 B
Rust
Raw Normal View History

2022-11-17 20:32:54 +01:00
// SPDX-License-Identifier: GPL-3.0-only
use crate::state::State;
use smithay::delegate_presentation;
delegate_presentation!(State);