wayland: Rework handlers and protocols into separate files
This commit is contained in:
parent
d182d5b388
commit
06d5989223
25 changed files with 3303 additions and 909 deletions
6
src/wayland/protocols/mod.rs
Normal file
6
src/wayland/protocols/mod.rs
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue