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.
12 lines
269 B
Rust
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;
|