wayland: Rework handlers and protocols into separate files

This commit is contained in:
Victoria Brekenfeld 2022-07-04 15:26:26 +02:00
parent d182d5b388
commit 06d5989223
25 changed files with 3303 additions and 909 deletions

View file

@ -0,0 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-only
pub mod drm;
pub mod output_configuration;
pub mod toplevel_info;
pub mod workspace;