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

13 lines
269 B
Rust
Raw Normal View History

// SPDX-License-Identifier: GPL-3.0-only
2025-02-17 20:30:26 +01:00
pub mod a11y;
2025-09-24 15:11:16 -04:00
pub mod corner_radius;
pub mod drm;
pub mod image_capture_source;
pub mod output_configuration;
pub mod output_power;
2024-09-19 18:11:54 +02:00
pub mod overlap_notify;
pub mod toplevel_info;
2022-07-18 21:26:02 +02:00
pub mod toplevel_management;
pub mod workspace;