// SPDX-License-Identifier: GPL-3.0-only use crate::state::State; use smithay::wayland::output::OutputHandler; impl OutputHandler for State {}