chore: Update smithay

This commit is contained in:
Victoria Brekenfeld 2024-02-01 15:38:05 +01:00 committed by Victoria Brekenfeld
parent ce74675b0e
commit 54f2d2c67e
7 changed files with 22 additions and 27 deletions

View file

@ -1,6 +1,8 @@
// SPDX-License-Identifier: GPL-3.0-only
use crate::state::State;
use smithay::delegate_output;
use smithay::{delegate_output, wayland::output::OutputHandler};
impl OutputHandler for State {}
delegate_output!(State);