2022-07-04 15:26:26 +02:00
|
|
|
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
|
|
|
|
|
|
pub mod buffer;
|
|
|
|
|
pub mod compositor;
|
|
|
|
|
pub mod data_device;
|
2023-01-16 20:31:43 +01:00
|
|
|
pub mod decoration;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod dmabuf;
|
2023-10-05 22:01:21 +02:00
|
|
|
pub mod drm_lease;
|
2023-06-14 14:44:36 +02:00
|
|
|
pub mod fractional_scale;
|
2023-05-25 14:37:30 -07:00
|
|
|
pub mod input_method;
|
2022-09-09 20:17:40 -07:00
|
|
|
pub mod keyboard_shortcuts_inhibit;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod layer_shell;
|
|
|
|
|
pub mod output;
|
|
|
|
|
pub mod output_configuration;
|
2023-09-13 20:52:10 -07:00
|
|
|
pub mod pointer_constraints;
|
2023-09-05 13:41:21 -07:00
|
|
|
pub mod pointer_gestures;
|
2022-11-17 20:32:54 +01:00
|
|
|
pub mod presentation;
|
2022-07-15 14:22:02 +02:00
|
|
|
pub mod primary_selection;
|
2023-02-27 13:54:49 -08:00
|
|
|
pub mod relative_pointer;
|
2022-11-03 18:51:27 +01:00
|
|
|
pub mod screencopy;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod seat;
|
2023-08-29 17:00:11 -07:00
|
|
|
pub mod security_context;
|
2023-10-10 13:28:30 -07:00
|
|
|
pub mod selection;
|
2023-10-16 12:28:19 -07:00
|
|
|
pub mod session_lock;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod shm;
|
2023-05-25 14:37:30 -07:00
|
|
|
pub mod text_input;
|
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 viewporter;
|
2023-05-25 14:37:30 -07:00
|
|
|
pub mod virtual_keyboard;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod wl_drm;
|
|
|
|
|
pub mod workspace;
|
2023-11-07 18:46:25 +01:00
|
|
|
pub mod xdg_activation;
|
2022-07-04 15:26:26 +02:00
|
|
|
pub mod xdg_shell;
|
2023-08-07 16:15:19 -07:00
|
|
|
pub mod xwayland_keyboard_grab;
|