2022-07-04 15:26:26 +02:00
|
|
|
// 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;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod drm;
|
2025-03-03 16:19:41 -08:00
|
|
|
pub mod image_capture_source;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod output_configuration;
|
2024-08-16 20:49:59 -07:00
|
|
|
pub mod output_power;
|
2024-09-19 18:11:54 +02:00
|
|
|
pub mod overlap_notify;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod toplevel_info;
|
2022-07-18 21:26:02 +02:00
|
|
|
pub mod toplevel_management;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod workspace;
|