cosmic-comp/src/wayland/protocols/mod.rs

14 lines
273 B
Rust
Raw Normal View History

// SPDX-License-Identifier: GPL-3.0-only
2025-02-17 20:30:26 +01:00
pub mod a11y;
pub mod atspi;
pub mod drm;
2024-03-12 19:42:48 +01:00
pub mod image_source;
pub mod output_configuration;
pub mod output_power;
2024-09-19 18:11:54 +02:00
pub mod overlap_notify;
pub mod screencopy;
pub mod toplevel_info;
2022-07-18 21:26:02 +02:00
pub mod toplevel_management;
pub mod workspace;