cosmic-comp/src/wayland/protocols/mod.rs
Ian Douglas Scott cac7a5aca6 image-copy: Use abstraction that's now provided by Smithay
This doesn't change much, since the Smithay implementation is based on
the `cosmic-comp` version, but made more generic. We provide our own
implementation for our workspace capture protocol, but otherwise Smithay
handles the boilerplate now.

This should not cause any change in behavior.
2026-02-05 02:01:14 +01:00

12 lines
269 B
Rust

// SPDX-License-Identifier: GPL-3.0-only
pub mod a11y;
pub mod corner_radius;
pub mod drm;
pub mod image_capture_source;
pub mod output_configuration;
pub mod output_power;
pub mod overlap_notify;
pub mod toplevel_info;
pub mod toplevel_management;
pub mod workspace;