2022-07-04 15:26:26 +02:00
|
|
|
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
|
|
|
|
|
|
use crate::state::State;
|
2024-02-01 15:38:05 +01:00
|
|
|
use smithay::{delegate_output, wayland::output::OutputHandler};
|
|
|
|
|
|
|
|
|
|
impl OutputHandler for State {}
|
2022-07-04 15:26:26 +02:00
|
|
|
|
|
|
|
|
delegate_output!(State);
|