2022-07-04 15:26:26 +02:00
|
|
|
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
|
|
|
|
|
|
pub mod drm;
|
2024-03-12 19:42:48 +01:00
|
|
|
pub mod image_source;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod output_configuration;
|
2024-09-19 18:11:54 +02:00
|
|
|
pub mod overlap_notify;
|
2022-10-28 18:34:08 +02:00
|
|
|
pub mod screencopy;
|
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;
|