6 lines
135 B
Rust
6 lines
135 B
Rust
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
use crate::state::State;
|
|
use smithay::delegate_presentation;
|
|
|
|
delegate_presentation!(State);
|