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

7 lines
149 B
Rust
Raw Normal View History

2024-08-20 11:55:08 -07:00
// SPDX-License-Identifier: GPL-3.0-only
use crate::state::State;
use smithay::delegate_single_pixel_buffer;
delegate_single_pixel_buffer!(State);